Reputation: 19
Is there a Jenkins plugin to add / edit a value in all jobs for a choice parameter instead of modifying each job. To explain lets take an example as i have version numbers "3.1.0, 3.0.1, 3.0.0" and then we have a new version 4.0.0 So what i do today is add 4.0.0 in version for each job which is very time consuming. Instead if we can add it at one place and its applicable to all?
Upvotes: 1
Views: 147
Reputation: 609
Try cofiguration slicing plugin. Easy to use, and perfectly solves your problem. https://plugins.jenkins.io/configurationslicing/
Upvotes: 1