No need to use 'bat' command, there is a zip command directly. Change: bat 'zip zipFile: \'screen.zip\' archive: true dir: \'screenprint\' glob: \'**/*.png\''
for this: zip zipFile: 'screen.zip' archive: true dir: 'screenprint' glob: '**/*.png' it should work directly [image: bodycad] <https://www.bodycad.com/> Jerome Godbout Software Developer 2035 rue du Haut-Bord, Québec, QC, Canada. G1N 4R7 T: +1 418 527-1388 E: [email protected] www.bodycad.com The contents of this email message and any attachments are intended solely for the addressee(s) and may contain confidential and/or privileged information and may be legally protected from disclosure. If you are not the intended recipient of this message or their agent, or if this message has been addressed to you in error, please immediately alert the sender by reply email and then delete this message and any attachments. If you are not the intended recipient, you are hereby notified that any use, dissemination, copying, or storage of this message or its attachments is strictly prohibited. Le contenu de ce message et les pièces jointes sont destinés uniquement pour le(s) destinataire(s) et peuvent contenir des informations confidentielles et / ou privilégiées qui peuvent être protégées légalement contre toute divulgation. Si vous n'êtes pas le destinataire de ce message ou son agent, ou si ce message vous a été adressé par erreur, s’il vous plaît avertir immédiatement l'expéditeur par courriel de réponse, puis supprimer ce message et les pièces jointes. Si vous n'êtes pas le destinataire prévu, vous êtes par la présente informé que toute utilisation, diffusion, copie, ou stockage de ce message ou de ses pièces jointes est strictement interdit. On Mon, Mar 13, 2017 at 1:56 AM, 'Baswaraj Malage' via Jenkins Users < [email protected]> wrote: > Hey Jerome > I'm using latest stable version of Jenkins and my pipeline node script > looks as below. > > > node { >> stage('checkout') { >> git '...........github link...........' >> } >> stage('build and test') { >> bat 'npm install' >> bat 'npm run test' >> } >> stage('archive') { >> bat 'zip zipFile: \'screen.zip\' archive: true dir: \'screenprint\' glob: >> \'**/*.png\'' >> } >> } >> > > > Thanks > Baswaraj > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Jenkins Users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/jenkinsci-users/Hbv3-F842pE/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/38e92b8f-1e32-4e68-aee6-16705a20f0df%40googlegroups. > com > <https://groups.google.com/d/msgid/jenkinsci-users/38e92b8f-1e32-4e68-aee6-16705a20f0df%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAKmu%2Be2L%3DPY-DYD_xM-jcFUVba43JDpfNeo1_%2BPPcnM%2BQCto0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
