fix jenkinsfile training selector
This commit is contained in:
parent
96b030fdb5
commit
507b825e8a
2
lab5/train/Jenkinsfile
vendored
2
lab5/train/Jenkinsfile
vendored
@ -25,7 +25,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('copyArtifacts') {
|
stage('copyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434684-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('ls') {
|
stage('ls') {
|
||||||
|
Loading…
Reference in New Issue
Block a user