Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to disable jenkins pipeline job

I am using pipeline jobs with Jenkins 2.0, but I don't see option 'disable job' as I was used to in older Jenkins versions. Am I missing something? Is it still possible to disable (pipeline) job?

like image 399
miran Avatar asked Aug 05 '16 09:08

miran


People also ask

How do I stop a Jenkins job?

Abort the job by clicking the red X next to the build progress bar. Click on "Pause/resume" on the build to pause. Click on "Pause/resume" again to resume the build.

How do I disable Jenkins Multibranch pipeline?

Go into the configuration page for the multi branch pipeline. Under the Branch Sources, in the Properties section, add a property, and select "Suppress automatic SCM triggering".

How do I pause Jenkins pipeline?

If you're using a Pipeline (rather than the older Freestyle job type) then, while a build is running, in the sidebar on the build page, there will be a "Pause/Resume" link.


1 Answers

You can simply use the "Disable Project" option from Jenkins 2.89.4 onward in order to disable the pipeline Jobs.

like image 68
Rashi sharma Avatar answered Sep 18 '22 16:09

Rashi sharma