Fix evaluation
This commit is contained in:
parent
b56b511c91
commit
323af6ef55
@ -19,7 +19,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
triggers {
|
triggers {
|
||||||
upstream(upstreamProjects: 's495719-training', threshold: hudson.model.Result.SUCCESS)
|
upstream(upstreamProjects: 's495719-training/' + params.TRAINING_BRANCH, threshold: hudson.model.Result.SUCCESS)
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
@ -34,8 +34,8 @@ pipeline {
|
|||||||
stage('CopyArtifacts') {
|
stage('CopyArtifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's495719-training/main', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's495719-training', selector: buildParameter('BUILD_SELECTOR')
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's495719-evaluation/main', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
copyArtifacts fingerprintArtifacts: true, projectName: 's495719-evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Script') {
|
stage('Script') {
|
||||||
|
Loading…
Reference in New Issue
Block a user