Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support restarting already running jobs #14

Open
tadeu opened this issue Apr 2, 2019 · 1 comment
Open

Support restarting already running jobs #14

tadeu opened this issue Apr 2, 2019 · 1 comment

Comments

@tadeu
Copy link
Member

tadeu commented Apr 2, 2019

Currently, if we tell jobs to run using !build and they are already building, Jenkins will only add new builds to a "queue", and will wait until current builds finish to start building them again. By the default it could cance current builds, so that they are immediately restarted. If the old behavior is useful, it could be a different command (or via a flag), like !build 0 1 --queue or something like that.

@nicoddemus
Copy link
Member

This is a bit dangerous because cancelling the jobs at an arbitrary point might render the conda env unusable lately for example, so not sure this is a good thing to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants