fix typo jenkinsfile-dataset-stats
This commit is contained in:
parent
d9f7990ccf
commit
15a8003b3e
@ -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: "{$params.BUILD_SELECTOR}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('stats') {
|
stage('stats') {
|
||||||
|
Loading…
Reference in New Issue
Block a user