Hello, I usually create new jobs (multibranch pipelines) by cloning existing ones.
I recently discovered that in my current Jenkins version, the behavior has changed and as soon as you hit the "OK" button on the job creation page, it triggers a rebuild of all the branches of the existing project !
Rather inconvenient !
I use Jenkins ver. 2.204.3
To reproduce, go to the main page, then "new item", enter a new item name ("foo") then at the bottom of the page (*) choose to clone an existing project "bar" then hit ok.
=> all bar branches will be built with a new job "foo", despite foo creation not being completly finished.
Is it a new known behavior ? Do I need to open a bug or is it corrected in later versions ?
Regards
Francois
(*) option is labelled: "If you want to create a new item from other existing, you can use this option:"