-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
Jenkins 1.6333, Build Pipeline Plugin 1.4.8
I'm not sure if it is a missing feature a feature or an issue, but I could find anyway to disable the re-run Icon.
The check box "Always allow manual trigger on pipeline steps" as no effect.
Regards, Éric.
Manual trigger is disabled if the first job cannot be triggered manually, like when you do not have the correct permission.
To disable just a particular job for everyone, for example, you must use the 'Project-based Matrix Authorization Strategy' security method in Jenkins security config. You can then override global settings on a particular job to disallow a job to be built from anyone.
(Be really careful when you do this, the 'enter' key is bound to the save action, so it is easy to save an empty config, meaning you can't access your job again)