fix sh command
This commit is contained in:
parent
80e713b40f
commit
5ad7b110c5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user