fix jenkinsfile-dataset-stats
This commit is contained in:
parent
f99f48cb83
commit
f98c6f9504
@ -9,7 +9,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('copy artifacts') {
|
stage('copy artifacts') {
|
||||||
steps {
|
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') {
|
stage('stats') {
|
||||||
|
Loading…
Reference in New Issue
Block a user