jenkins - Rename job in Folder 2 changes job name in Copy Artifact plugin in a job in Folder 1 -
i think may have found bug in either copy artifacts plug-in or folders plug-in...
if change job name in 1 folder causes configuration change job in different folder.
i using folders plug-in , copy artifact plugin.
i recreated issue in clean jenkins server folders , copy artifacts plug-ins installed follows: 1. create folder: folder 1 2. create job: job 1. job creates , archives text file: job1.txt (windows batch step: echo %job_name% > job1.txt) 3. create second job: job 2. configure job 2 use copy artifact plug-in job1.txt artifact job 1. 4. run job 1. job1.txt file created , archived 5. run job 2. job1.txt file retrieved job 1.
copy folder 1 folder 1. (create new job folder 2 , copy existing job folder 1). folder 2 created containing job 1 , job 2.
rename folder 2; job 1 (to job 1 renamed)
- the copy artifact reference in folder 2; job 2 changed expected.
- inspect folder 1; job 2. copy artifact reference has changed. not expected.
glenn
sounds bug in copy artifact; did confirm against trunk (since there have been bunch of unreleased changes) , file it?
Comments
Post a Comment