change jenkinsfile
This commit is contained in:
parent
d663e00e15
commit
127c9d5113
@ -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
3
Jenkinsfile
vendored
@ -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/**/*.*'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user