diff --git a/Jenkinsfile_train b/Jenkinsfile_train index 47f1eaf..2aef126 100644 --- a/Jenkinsfile_train +++ b/Jenkinsfile_train @@ -6,7 +6,8 @@ pipeline { stage('Stage 1') { steps { copyArtifacts filter: 'data.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful() - sh 'chmod u+x ./biblioteki_dl.py' + sh 'chmod u+x ./biblioteki_dl.py' + sh 'python3 biblioteki_dl.py' } } }