IUM_06
This commit is contained in:
parent
8b9327c864
commit
f110e20fef
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -30,7 +30,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Copy Evaluation Artifacts') {
|
stage('Copy Evaluation Artifacts') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'evaluation/*', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
copyArtifacts filter: '*', projectName: 's464979-evaluation/evaluation', selector: buildParameter('BUILD_SELECTOR'), optional: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Run predictions") {
|
stage("Run predictions") {
|
||||||
|
Loading…
Reference in New Issue
Block a user