Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
1e57b548f3
commit
37fdd2c168
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user