fix sh command

This commit is contained in:
AdamOsiowy123 2022-04-03 23:29:47 +02:00
parent 80e713b40f
commit 5ad7b110c5

3
Jenkinsfile vendored
View File

@ -30,8 +30,7 @@ node {
"KAGGLE_KEY=${params.KAGGLE_KEY}","CUTOFF=${params.CUTOFF}"]) {
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
sh 'ls'
sh "chmod u+x ./lab2_data.py"
sh "./lab2_data.py"
sh "python3 lab2_data.py"
}
}
stage('Archive artifacts') {