echo param

This commit is contained in:
Kamil Guttmann 2022-04-03 19:16:29 +02:00
parent c7fa42dd7b
commit 464a459d1c

1
Jenkinsfile vendored
View File

@ -39,6 +39,7 @@ pipeline {
}
steps {
sh "echo $KAGGLE_USERNAME $CUTOFF"
sh "echo ${params.KAGGLE_USERNAME}
sh "echo $IS_DOCKER"
sh "./download_data.sh"
sh "python3 clean_and_split_data.py"