add branch param
Some checks failed
s464980-evaluation/pipeline/head There was a failure building this commit
Some checks failed
s464980-evaluation/pipeline/head There was a failure building this commit
This commit is contained in:
parent
cbd8566dee
commit
9c205e68bd
4
evaluate/Jenkinsfile
vendored
4
evaluate/Jenkinsfile
vendored
@ -17,8 +17,8 @@ pipeline {
|
||||
stage('Copy artifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s464980-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-evaluation/master', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-training/${params.BRANCH}', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's464980-evaluation/${params.BRANCH}', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||
}
|
||||
}
|
||||
stage("Prediction") {
|
||||
|
Loading…
Reference in New Issue
Block a user