Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Witold Woch 2023-03-28 22:32:18 +02:00
parent 7a909839b4
commit 31764a405a

5
Jenkinsfile vendored
View File

@ -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'
}
}
}