test
This commit is contained in:
parent
f6f6017d98
commit
93d69f32f8
@ -6,7 +6,8 @@ pipeline {
|
|||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter: 'data.csv', fingerprintArtifacts: true, projectName: 's444386-create-dataset', selector: lastSuccessful()
|
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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user