Try to set up a post build job evaluating parameter given and make your job A
exclusive in order to prevent loss of your artifacts.
Cheers
processed by David.fx
Subject: copy artefacts from build with specific parameter (01-Sep-2015 18:49)
From:Alan Birtles
To: j...@huber-onl
What I would do:
1. Create Build-Flow-Job project A1 with following code
build('project A',
my_parameter:true,
my_other_parameter: params.my_other_parameter
)
2. Use project A1 for copying artefacts from the last successful build.
Regards
Am Dienstag, 1. September 2015 18:4
What I would do:
1. Create Build-Flow-Job project A1 with following code
build ('project A',
my_parameter:true
Am Dienstag, 1. September 2015 18:49:55 UTC+2 schrieb Alan Birtles:
>
> is there a way for copy artefacts to copy from the latest build of a
> project which was built with a specific