Update 'Multibranch-Training'
This commit is contained in:
parent
f91448c517
commit
a7517a88e8
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user