Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:53:57 +02:00
parent 58234530ba
commit 35609f30d4

View File

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