copy artifact
This commit is contained in:
parent
2f7285d541
commit
c55b218ceb
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user