Search code examples
jenkinsjenkins-pipelinejenkins-pluginsjobs

quietDown a job in jenkins


I came across /quietDown URL jenkinsQuietDown to pause a Jenkins Instance. I want to know if it can be used to only pause a job without impacting other running jobs on the instance.

I want to pause a particular job on failure, and restart from the top of the queue after resolution. This is to maintain order of execution of the job for different parameters.


Solution

  • The jenkinsQuietDown command work on jenkins level, not on job level.

    quietDown: Put Jenkins in a Quiet mode, in preparation for a restart. In that mode Jenkins don’t start any build