fix15
This commit is contained in:
parent
6d14887ff7
commit
bc727c8ef3
@ -11,7 +11,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Load Artifact') {
|
stage('Load Artifact') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's452627-create-dataset', selector: buildParameter("BUILD_SELECTOR")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run Script') {
|
stage('Run Script') {
|
||||||
|
Loading…
Reference in New Issue
Block a user