change jenkinsfile

This commit is contained in:
s444417 2022-05-04 16:15:32 +02:00
parent d663e00e15
commit 127c9d5113
2 changed files with 2 additions and 3 deletions

View File

@ -22,6 +22,4 @@ RUN chmod o+wrx ./startscript1.sh
RUN chmod o+wrx ./startscript2.sh
RUN ./startscript1.sh
RUN ls -la

3
Jenkinsfile vendored
View File

@ -32,7 +32,8 @@ pipeline {
steps {
// sh "KAGGLE_USERNAME=${params.KAGGLE_USERNAME} KAGGLE_KEY=${params.KAGGLE_KEY} CUTOFF=${CUTOFF} ./startscript1.sh"
// sh 'ls -la'
// sh './startscript1.sh'
sh 'unzip house-price-dataset.zip'
sh 'python3 ./src/task1python.py'
archiveArtifacts 'Participants_Data_HPP/**/*.*'
}
}