Update 'Multibranch-Training'

This commit is contained in:
Patryk Gałka 2023-05-10 22:32:39 +02:00
parent f91448c517
commit a7517a88e8

View File

@ -14,6 +14,12 @@ pipeline {
sh 'rm -rf *' sh 'rm -rf *'
} }
} }
stage('Clone Git') {
steps {
sh 'git clone https://git.wmi.amu.edu.pl/s434686/ium_z434686'
}
}
stage('copy_artifacts') { stage('copy_artifacts') {
steps { steps {
copyArtifacts(projectName: 'z-s434686-create-dataset', fingerprintArtifacts: true) copyArtifacts(projectName: 'z-s434686-create-dataset', fingerprintArtifacts: true)