Jenkinsfile edited
All checks were successful
s434742-training/pipeline/head This commit looks good
s434742-evaluation/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-06-12 20:31:55 +02:00
parent fbfbf25258
commit c10741fe4a

View File

@ -11,8 +11,16 @@ pipeline {
)
}
stages {
stage('checkout') {
steps {
git 'https://git.wmi.amu.edu.pl/s434742/ium_s434742.git'
}
}
stage('copy artficats') {
steps {
copyArtifacts(fingerprintArtifacts: true, projectName: 's434742-create-dataset', selector: buildParameter('WHICH_BUILD'))
}