Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: core
-
Labels:None
-
Similar Issues:
Description
In a job if we have a multiple build steps some times there will be a need to disable one of the step and when necessary again need facility to enable the build step.
Instead of deleting the build step if there is a disable/enable button helps to keep the step information in the job itself.
Attachments
Issue Links
- duplicates
-
JENKINS-4819 Enable/disable build step by one click
-
- Open
-
- is duplicated by
-
JENKINS-29590 Disable build steps temporarily
-
- Resolved
-
For this I found a temporary solution.
Using link Conditional BuildStep Plugin
We can select 'Never' condition when we want to disable the build step, similarly we can select 'Always' when we want the build step to be executed.