Fix Jenkinsfile
This commit is contained in:
parent
e35665763c
commit
a61791a846
2
datasetStats/Jenkinsfile
vendored
2
datasetStats/Jenkinsfile
vendored
@ -13,7 +13,7 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
copyArtifacts(
|
copyArtifacts(
|
||||||
projectName: 'z-s487179-create-dataset',
|
projectName: 'z-s487179-create-dataset',
|
||||||
selector: params.BUILD_SELECTOR
|
selector: buildParameter('BUILD_SELECTOR')
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user