Update 'Multibranch-Evaluation'

This commit is contained in:
Patryk Gałka 2023-05-10 23:41:41 +02:00
parent 822abbc459
commit 3dd4b19782

View File

@ -25,6 +25,11 @@ pipeline {
copyArtifacts(projectName: 'z-s434686-training/master', fingerprintArtifacts: true)
}
}
stage('copy_artifacts') {
steps {
copyArtifacts(projectName: 'z-s434686-evaluation/master', fingerprintArtifacts: true)
}
}
stage('Docker') {
agent {
dockerfile {