Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Witold Woch 2023-03-28 22:58:29 +02:00
parent 1e57b548f3
commit 37fdd2c168

4
Jenkinsfile vendored
View File

@ -31,8 +31,8 @@ stage('Build') {
"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 ./Downloads_sales.sh'
sh './Downloads_sales.sh'
sh 'chmod u+x ./Downloads_Sales.sh'
sh './Downloads_Sales.sh'
archiveArtifacts artifacts: 'Sales.csv'
}
}