Hi Yves,
You would need to use the Copy Artifact and Conditional Build Step
plugins. Add a conditional build step that runs after all your artifacts
have been built, with the condition that the rarely changed artifact
file does not exist in the workspace. When the condition is satisfied,
copy
Here's a picture to illustrate:
On 1/22/2014 9:40 AM, starwarsfan wrote:
Hi Eric,
thx for your response.
Am Mittwoch, 22. Januar 2014 14:30:18 UTC+1 schrieb Eric Pyle:
If the artifacts are not rebuilt, they should still be available
in the
workspace, and you could archive them.
Hi Eric,
thx for your response.
Am Mittwoch, 22. Januar 2014 14:30:18 UTC+1 schrieb Eric Pyle:
>
> If the artifacts are not rebuilt, they should still be available in the
> workspace, and you could archive them. If they are not present in the
> workspace, you could add a build step to copy them
If the artifacts are not rebuilt, they should still be available in the
workspace, and you could archive them. If they are not present in the
workspace, you could add a build step to copy them from the last
successful build, and then archive them. This would have the drawback of
increasing the