You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Jenkins could do multiple builds in parallel so that we have to wait less.
We just need to make sure that the builds have don't crash each other, e.g. use distinct ports, separate Lisk Core instance.
Actual behaviour
Currently, only one build at the time can be run in Jenkins. Sometimes we have to wait for several unrelated builds to finish to have one done.
The text was updated successfully, but these errors were encountered:
Expected behaviour
Jenkins could do multiple builds in parallel so that we have to wait less.
We just need to make sure that the builds have don't crash each other, e.g. use distinct ports, separate Lisk Core instance.
Actual behaviour
Currently, only one build at the time can be run in Jenkins. Sometimes we have to wait for several unrelated builds to finish to have one done.
The text was updated successfully, but these errors were encountered: