Re: How to search jenkins artifacts copied from one job to another.

2017-02-16 Thread Daniel Beck
> On 07.02.2017, at 14:48, Moshe Zuisman wrote: > > %workspace%../../../label=windows2012Aws_ONE_LOCAL_MSSQL Doing things like that will prevent you from starting to build on agents, e.g. to reduce the load on the master, or to implement more restrictive security. So this is generally a bad i

Re: How to search jenkins artifacts copied from one job to another.

2017-02-16 Thread Baptiste Mathus
IIUC you're trying to use the FS somehow. In general don't do this because you're tying yourself to internals that may change anytime (and could never work as soon as you're starting to use many different agents for those jobs). Google for "copy artifacts plugin" Le 7 févr. 2017 2:48 PM, "Moshe Z

How to search jenkins artifacts copied from one job to another.

2017-02-07 Thread Moshe Zuisman
Hi. I have 2 jenkins jobs(both runs on amazon EC2 nodes). One archive some file as artifact. Second is defined to have an access to those artifact. When I comes to second node (that access artifact, created by first one) I see that those artifact lays under directorry : *workspace\label=windows20