Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:58:09 +02:00
parent 3ebbf0d8c8
commit c91d6e19fa

View File

@ -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') {