jenkinsparameterized-tests

How can we edit parameter of multiple Jenkins job simultaneously?


I have multiple parameterized Jenkins jobs to run multiple tests. I need to update one parameter of all the Jenkins jobs. Instead of changing the parameters one by one, is there a way to edit all the jobs simultaneously?

I tried to edit manually, but there are a lot of jobs.


Solution

  • I use the configuration slicing plugin to change parameters simultaneously in multiple jobs. It saves tons of work.