0

I want to do something very simple, in a folder I have a jar file and a folder called scripts that contains scripts. But I can get jenkins zip to do this.

zip dir: 'awsdeploy', exclude: '', glob: '', 'scripts/', zipFile: 'SQSToElasticProcessor.zip'

Arguments to "zip" must be explicitly named. @ line 31, column 16.

              zip dir: 'awsdeploy', exclude: '', glob: '*', 'scripts/*.*', zipFile: 'SQSToElasticProcessor.zip'

1 Answers1

0

What I am trying to do is zip the following in the folder awsdeploy: jarFile scripts: script1 script2

So I need to zip up the jar file and the subdirectory scripts

Anton Cavanaugh
  • 719
  • 1
  • 4
  • 14
  • Thia is not an answer. Either amend your question or add a comment to the comment or the answer. Ans please delete this entry. – Ian W Aug 27 '21 at 01:39