Update 'Jenkinsfile'
This commit is contained in:
parent
8959351d10
commit
a5e7e57da8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -25,7 +25,7 @@ node {
|
|||||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'kaggle datasets download -d mssmartypants/water-quality'
|
sh 'kaggle datasets download -d mssmartypants/water-quality'
|
||||||
sh 'unzip -o water-quality.zip > output.txt'
|
sh 'unzip -o water-quality.zip'
|
||||||
archiveArtifacts artifacts: 'waterQuality1.csv'
|
archiveArtifacts artifacts: 'waterQuality1.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user