Update 'Jenkinsfile'
This commit is contained in:
parent
58da249298
commit
e4a06f4949
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -25,7 +25,8 @@ node {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets download -d mssmartypants/water-quality > waterQuality.csv'
|
||||
archiveArtifacts artifacts: "waterQuality.csv"
|
||||
sh 'ls > output.txt'
|
||||
archiveArtifacts artifacts: "output.txt
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user