echo param fix
This commit is contained in:
parent
464a459d1c
commit
fa81b8ad01
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -39,7 +39,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh "echo $KAGGLE_USERNAME $CUTOFF"
|
sh "echo $KAGGLE_USERNAME $CUTOFF"
|
||||||
sh "echo ${params.KAGGLE_USERNAME}
|
sh "echo ${params.KAGGLE_USERNAME}"
|
||||||
sh "echo $IS_DOCKER"
|
sh "echo $IS_DOCKER"
|
||||||
sh "./download_data.sh"
|
sh "./download_data.sh"
|
||||||
sh "python3 clean_and_split_data.py"
|
sh "python3 clean_and_split_data.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user