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