Update 'Multibranch-Evaluation'
This commit is contained in:
parent
58234530ba
commit
35609f30d4
@ -27,7 +27,11 @@ pipeline {
|
||||
}
|
||||
stage('copy_artifacts_from_inside') {
|
||||
steps {
|
||||
try {
|
||||
copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true)
|
||||
} catch (Exception e) {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Docker') {
|
||||
|
Loading…
Reference in New Issue
Block a user