| This article references an issue that affects a product version that is no longer supported. Please verify the version listed in the article applies to your situation. If unsure, please submit a support ticket at: https://support.cloudbees.com/. |
Issue
After upgrading to CloudBees CI version 2.462.3.3, the Disable button is no longer available on job pages for Multibranch Pipeline jobs created from a Pipeline Template Catalog.
Attempting to install the Disable Job Button plugin does not restore the Disable button functionality for Multibranch jobs based on a Template.
Resolution
This issue is fixed in CloudBees CI 2.504.3.28224 or newer.
Upgrade CloudBees CI to version 2.504.3.28224 or newer to resolve this issue.
Workaround
To disable a Multibranch Pipeline job based on a Template, use the URL method:
-
Navigate to the job page in your browser.
-
Append
/disableto the end of the job URL:$JENKINS_URL/job/$JOB_NAME/disable
-
Press
Enterto load the URL. -
Click
Retry Using POSTwhen prompted. -
The job will be disabled and displayed with a greyed out icon.
To re-enable the job, use the same process with /enable:
$JENKINS_URL/job/$JOB_NAME/enable
| This workaround is only needed if you cannot upgrade to version 2.504.3.28224 or newer. |