Ability to pause CI jobs
Ability to pause a CI job. This would allow the CI system to keep our sub environments (stage, dev, beta) updated all the time, but when we want to develop on one of them we could then pause the CI job so our changes don't get deleted. Then once we have deployed the changes to prod we can reactivate the CI job to keep things in sync.
-
We've now started implementing the feature to pause a CI job, and I'll update this post when it's released.
-
jenkins commented
-
jenkins commented
-
jenkins commented
Right now when we need to temporarily suspend the job, we would have to either delete it or delete the webhook. Both require extra effort/config to re-set up the CI job. It'd be nice to not have to do the extra work.
-
Dominique Tellier commented
Given being able to pause a CI-Job would enable us to initially setup the job and when we require to run it re-activate it without deleting any history
-
Anonymous commented
Disable a current CI job to not run until selected to.