This commit is contained in:
szymonj98 2022-04-27 19:54:10 +02:00
parent f6f6017d98
commit 93d69f32f8

View File

@ -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'
}
}
}