Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
7a909839b4
commit
31764a405a
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -40,9 +40,10 @@ stage('Build') {
|
||||
// Run the maven build
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||
sh 'kaggle datasets download -d sadiqshah/bike-sales-in-europe'
|
||||
sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME'
|
||||
sh 'chmod u+x ./Downlaods_sales.sh'
|
||||
sh './Downlaods_sales.sh'
|
||||
sh 'chmod u+x ./Downloads_sales.sh'
|
||||
sh './Downloads_sales.sh'
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user