From da31515f34828e82723d7e6e27d724784a4958f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Ga=C5=82=C4=85zkiewicz?= Date: Mon, 11 Apr 2022 01:19:04 +0200 Subject: [PATCH] Zad 04.Docker Konteneryzacja - filename correction in Jenkinsfi --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index 08a2e20..7e7c46b 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -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