Re: How to include other files using (pipeline utility plugin) in jenkins pipeline

2019-01-29 Thread Faad Sayaou
Hi thanks for your reply. Thats exactly what i have but i managed to solve it by doing sh ('zip -ur bin.zip README.md'). It successfully added the readme file in my bin.zip On Wednesday, 30 January 2019 08:27:24 UTC+1, Richard Bywater wrote: > > Based on my reading of what you have put, it loo

Re: How to include other files using (pipeline utility plugin) in jenkins pipeline

2019-01-29 Thread Richard Bywater
Based on my reading of what you have put, it looks like you'd end up with a zip file called "bin.zip**/some/other/path/bin.zipREADME.md" - is that definitely what you have in your pipeline? Richard. On Wed, Jan 30, 2019 at 7:59 PM Faad Sayaou wrote: > Hello, > I am using the pipeline utility p

How to include other files using (pipeline utility plugin) in jenkins pipeline

2019-01-29 Thread Faad Sayaou
Hello, I am using the pipeline utility plugĂ­n for zipping build results in order to do a nexus upload in my pipeline script. However, I have a readme.md file in my workspace which i will like to include when zipping my build artifacts. I tried the following stages stage ('zip stage') {