Update 'Jenkinsfile'
This commit is contained in:
parent
2a08797697
commit
837800d90b
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -41,9 +41,9 @@ pipeline {
|
|||||||
// 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 rush4ratio/7k-indian-famous-women'
|
sh 'kaggle datasets download -d gpreda/7covid-world-vaccination-progress.zip'
|
||||||
sh 'unzip 7k-indian-famous-women.zip'
|
sh 'unzip covid-world-vaccination-progress.zip.zip'
|
||||||
sh 'rm 7k-indian-famous-women.zip'
|
sh 'rm covid-world-vaccination-progress.zip.zip'
|
||||||
sh 'ls -a | tee data.csv'
|
sh 'ls -a | tee data.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user