echo vars
This commit is contained in:
parent
688a89bdc3
commit
58103c31dc
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -35,9 +35,10 @@ pipeline {
|
||||
}
|
||||
stage("Download data") {
|
||||
steps {
|
||||
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
|
||||
"KAGGLE_KEY=${params.KAGGLE_KEY}",
|
||||
"CUTOFF=${params.CUTOFF}"]) {
|
||||
withEnv(['KAGGLE_USERNAME=${params.KAGGLE_USERNAME}',
|
||||
'KAGGLE_KEY=${params.KAGGLE_KEY}',
|
||||
'CUTOFF=${params.CUTOFF}']) {
|
||||
sh "echo $KAGGLE_USERNAME $CUTOFF $IS_DOCKER"
|
||||
sh "./download_data.sh"
|
||||
sh "python3 clean_and_split_data.py"
|
||||
sh "echo $IS_DOCKER"
|
||||
|
Loading…
Reference in New Issue
Block a user