copy artifact

This commit is contained in:
s444417 2022-03-24 21:51:46 +01:00
parent 2f7285d541
commit c55b218ceb

View File

@ -19,12 +19,11 @@
} }
stage("Shell Script") { stage("Shell Script") {
steps { steps {
options { copyArtifacts(
copyArtifacts
fingerprintArtifacts: true, fingerprintArtifacts: true,
name: 's444417-create-dataset', name: 's444417-create-dataset',
selector: buildParameter('BUILD_SELECTOR') selector: buildParameter('BUILD_SELECTOR')
} )
} }
steps { steps {
sh "chmod u+x ./startscript2.sh" sh "chmod u+x ./startscript2.sh"