Zad 04.Docker Konteneryzacja - filename correction in Jenkinsfi

This commit is contained in:
Cezary Gałązkiewicz 2022-04-11 01:19:04 +02:00
parent d4aa8583fa
commit da31515f34
1 changed files with 1 additions and 1 deletions

View File

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