add -o option
This commit is contained in:
parent
127c9d5113
commit
62776f2899
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
steps {
|
||||
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
|
||||
// sh 'ls -la'
|
||||
sh 'unzip house-price-dataset.zip'
|
||||
sh 'unzip -o house-price-dataset.zip'
|
||||
sh 'python3 ./src/task1python.py'
|
||||
archiveArtifacts 'Participants_Data_HPP/**/*.*'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user