Jenkins setup:
Hello, we have an existing Jenkins server running with version 2.303 and we planned to upgrade the Jenkins to latest version 2.462.2
We are not doing inplace upgrade, we have setup new Jenkins server with the latest version and installed all required plug-ins here and migrated the data from old server to new one.
The problem is with the plug-in Pipeline:Multibranch build strategy extension. Many jobs in the old Jenkins have the field “build included regions strategy” - trigger build for included regions with some condition.
After the data migration to new Jenkins, that particular field “ trigger builds for included regions” is not added. Except this all the data and all the jobs are migrated fine,
We have more than 300 pipelines where we need to add this field manually.
Old Jenkins - Multibranch build strategy extension : 1.0.10
New Jenkins - Multibranch build strategy extension : 55.v71b
These are versions installed in both the servers.
How can I get that particular filed for all the jobs after the data migration.
Thanks
Rizwan