Update 'Jenkinsfile'
This commit is contained in:
parent
85f40e2f76
commit
6421ae0f61
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -24,9 +24,9 @@ node {
|
|||||||
// Run the maven build
|
// Run the maven build
|
||||||
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 > waterQuality.csv'
|
sh 'kaggle datasets download -d mssmartypants/water-quality'
|
||||||
sh 'ls > output.txt'
|
sh 'unzip -o water-quality.zip > output.txt'
|
||||||
archiveArtifacts artifacts: './waterQuality.csv'
|
archiveArtifacts artifacts: 'output.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user