Update 'Jenkinsfile_evaluation'
This commit is contained in:
parent
d19358fe11
commit
23569f9db7
@ -19,6 +19,7 @@ pipeline {
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-create-dataset", selector: buildParameter('BUILD_SELECTOR_CREATE_DATASET')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-evaluation/${params.BRANCH}", optional: True, selector: buildParameter('BUILD_SELECTOR_EVALUATION')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: "s434684-training/${params.BRANCH}", selector: buildParameter('BUILD_SELECTOR_TRAINING')
|
||||
}
|
||||
}
|
||||
@ -32,7 +33,7 @@ pipeline {
|
||||
}
|
||||
stage('Archive artifacts') {
|
||||
steps{
|
||||
archiveArtifacts artifacts: 'evaluation.txt, mean_square_error.png'
|
||||
archiveArtifacts artifacts: 'evaluation.txt,mean_square_error.png'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user