Update 'Multibranch-Evaluation'
This commit is contained in:
parent
822abbc459
commit
3dd4b19782
@ -25,6 +25,11 @@ pipeline {
|
||||
copyArtifacts(projectName: 'z-s434686-training/master', fingerprintArtifacts: true)
|
||||
}
|
||||
}
|
||||
stage('copy_artifacts') {
|
||||
steps {
|
||||
copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true)
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
Loading…
Reference in New Issue
Block a user