diff --git a/pytorch-training-eval/Jenkinsfile b/pytorch-training-eval/Jenkinsfile index 0c04a46..11a36ff 100644 --- a/pytorch-training-eval/Jenkinsfile +++ b/pytorch-training-eval/Jenkinsfile @@ -22,7 +22,8 @@ pipeline { stages { stage('checkout') { steps { - copyArtifacts(fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: buildParameter('WHICH_BUILD')) + git 'https://git.wmi.amu.edu.pl/s434766/ium_434766.git' + copyArtifacts fingerprintArtifacts: true, projectName: 's434766-create-dataset', selector: buildParameter('WHICH_BUILD') } } stage('Docker'){