A new build should stop a running build #1205
ghost
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Is this related to v3? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Use case: I am changing a lot of stuff in a CMS in a short period of time. This triggers a new build each time. So when the first build is finished, the job should be done, but then the builds in the queue will start, even if it’s already done. Or in other words: A new build does not stop a running build.
Alternatively we could replace the next queued build as long as the running build has not finished. This could be an easier solution …
Beta Was this translation helpful? Give feedback.
All reactions