You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Users
Hello. Please give advice how to set up Copy Artifact Plugin correctly. I have two Jenkins project Project1 and Project2, both of them can trigger Project3 to build with their artifacts and set of variables var1=val1 var2=val2 or val3 So i have to set Project1 and Project2 in "Copy artifact from another project" sections for Project3. Ater Project1 trigger to run Project3 it trys to copy Project1 artefacts and Project2 (as Project2 also in "Copy artifact from another project" sections for Project3 ). If there ability conditionally select do Project3 need to copy artefacts from Project2 if it triggered by Project1. Or copy artefact from this project only if var2=val2 but not var2=val3.