quickfix
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
s434742-evaluation/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-06-12 19:48:17 +02:00
parent 644a60fcdb
commit c850f4c5e7

View File

@ -14,8 +14,7 @@ pipeline {
stages { stages {
stage('checkout') { stage('checkout') {
steps { steps {
git 'https://git.wmi.amu.edu.pl/s434742/ium_434742.git' copyArtifacts(fingerprintArtifacts: true, projectName: 's434742-create-dataset', selector: buildParameter('WHICH_BUILD'))
copyArtifacts fingerprintArtifacts: true, projectName: 's434742-create-dataset', selector: buildParameter('BUILD_SELECTOR')
} }
} }