Zad 04.Docker Konteneryzacja - filename correction in Jenkinsfi
This commit is contained in:
parent
d4aa8583fa
commit
da31515f34
@ -29,7 +29,7 @@ pipeline {
|
||||
}
|
||||
stage('Shell script') {
|
||||
steps {
|
||||
sh 'chmod u+x ./download.sh'
|
||||
sh 'chmod u+x ./download_dataset.sh'
|
||||
sh "./download_dataset.sh"
|
||||
sh "python3 process_dataset.py"
|
||||
archiveArtifacts artifacts: "steel_industry_data_test.csv, steel_industry_data_dev.csv, steel_industry_data_train.csv", onlyIfSuccessful: true
|
||||
|
Loading…
Reference in New Issue
Block a user