add -o option
Some checks failed
s444417-training/pipeline/head This commit looks good
s444417-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-04 16:17:27 +02:00
parent 127c9d5113
commit 62776f2899

2
Jenkinsfile vendored
View File

@ -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/**/*.*'
}