jenkins2 test
This commit is contained in:
parent
ce08a2b277
commit
1f73d4adf9
@ -9,7 +9,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('CopyArtifacts'){
|
stage('CopyArtifacts'){
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s487186-create-dataset', selector: lastSuccessful()
|
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s487186-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Script') {
|
stage('Script') {
|
||||||
|
Loading…
Reference in New Issue
Block a user