fix jenkinsfile-dataset-stats
This commit is contained in:
parent
f99f48cb83
commit
f98c6f9504
@ -9,7 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage('copy artifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: "{$params.BUILD_SELECTOR}"
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's470607-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
stage('stats') {
|
||||
|
Loading…
Reference in New Issue
Block a user