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
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets download -d rush4ratio/7k-indian-famous-women'
|
||||
sh 'unzip 7k-indian-famous-women.zip'
|
||||
sh 'rm 7k-indian-famous-women.zip'
|
||||
sh 'kaggle datasets download -d gpreda/7covid-world-vaccination-progress.zip'
|
||||
sh 'unzip covid-world-vaccination-progress.zip.zip'
|
||||
sh 'rm covid-world-vaccination-progress.zip.zip'
|
||||
sh 'ls -a | tee data.csv'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user