Update 'Jenkinsfile'
This commit is contained in:
parent
a2d5b214a7
commit
d45c1c00b0
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -20,6 +20,8 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Stage 1') {
|
stage('Stage 1') {
|
||||||
steps {
|
steps {
|
||||||
|
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||||
|
"KAGGLE_KEY=${params.KAGGLE_KEY}" ]) {
|
||||||
sh 'chmod u+x ./download_dataset.sh ./process_dataset.py'
|
sh 'chmod u+x ./download_dataset.sh ./process_dataset.py'
|
||||||
echo 'Downloading dataset...'
|
echo 'Downloading dataset...'
|
||||||
sh './download_dataset.sh'
|
sh './download_dataset.sh'
|
||||||
@ -31,3 +33,4 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user