Thank you, that fixed it. archiveArtifacts artifacts:'myProj/myExe, solibs/*.so'
Best regards David From: [email protected] [mailto:[email protected]] On Behalf Of Victor Martinez Sent: 05 March 2018 10:53 To: Jenkins Users <[email protected]> Subject: Re: Syntax for multiple artefact patterns in a declarative script? You need to use comma separated based, further details in the <YOUR_JENKINS_URL>/pipeline-syntax/ and https://jenkins.io/doc/pipeline/steps/core/#archiveartifacts-archive-the-artifacts Something like the above snippet should work archiveArtifacts artifacts:'myProj/myExe, ../solibs/myLib' Cheers -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/57fd33c9-2dda-4348-83be-bb25e47902c8%40googlegroups.com<https://groups.google.com/d/msgid/jenkinsci-users/57fd33c9-2dda-4348-83be-bb25e47902c8%40googlegroups.com?utm_medium=email&utm_source=footer>. For more options, visit https://groups.google.com/d/optout. Click here<https://www.mailcontrol.com/sr/9ss7t1OQiHLGX2PQPOmvUu5zZAYN1Mosg0kIugKKKg!CBhxwN6GwBQf!kF1nMZG1GgV4p!kcMH1IWrzEXY2ZCw==> to report this email as spam. -- 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/98bac784a9324a8cb6ffeea0d63a1d56%40EUX13SRV1.EU.NEC.COM. For more options, visit https://groups.google.com/d/optout.
