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