diff --git a/Jenkinsfile b/Jenkinsfile index 3c2fb5c..7e07875 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { } steps { sh "echo $KAGGLE_USERNAME $CUTOFF" - sh "echo ${params.KAGGLE_USERNAME} + sh "echo ${params.KAGGLE_USERNAME}" sh "echo $IS_DOCKER" sh "./download_data.sh" sh "python3 clean_and_split_data.py"