Re: Some questions on ArtifactArchiver for a pipeline script

2017-01-12 Thread Kristian
Thank you for your answer. This worked very well! 2017-01-11 16:38 GMT+01:00 : > > Use: > println(pwd()); > that should help you determine current working directory. > > If the /home/user/project is the current working directory where the project > is checkout and you are looking at /home/user/ar

Re: Some questions on ArtifactArchiver for a pipeline script

2017-01-11 Thread jerome
Use: println(pwd()); that should help you determine current working directory. If the /home/user/project is the current working directory where the project is checkout and you are looking at /home/user/artifacts for the zip files: archiveArtifacts artifacts: "../artifacts/**/*.zip", excludes:

Some questions on ArtifactArchiver for a pipeline script

2017-01-11 Thread Kristian
Hey, I have some questions on the ArtifactArchiver. I have several projects, where the artifacts are copied into a special directory, which is not a subfolder of the directory where the source code lies / where the compilation is done. For example, my source code lies at /home/user/project and af