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") {
steps {
options {
copyArtifacts
copyArtifacts(
fingerprintArtifacts: true,
name: 's444417-create-dataset',
selector: buildParameter('BUILD_SELECTOR')
}
)
}
steps {
sh "chmod u+x ./startscript2.sh"