diff --git a/Jenkinsfile b/Jenkinsfile index ec482ab..1143705 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,12 @@ pipeline { name: 'KAGGLE_USERNAME', trim: false ) + string( + defaultValue: '5000', + description: 'Data cutoff', + name: 'CUTOFF', + trim: false + ) } stages { @@ -21,7 +27,6 @@ pipeline { steps { withEnv(['KAGGLE_USERNAME=$params.KAGGLE_USERNAME', 'KAGGLE_KEY=$params.KAGGLE_KEY']) { - sh 'echo KAGGLE_USERNAME: $KAGGLE_USERNAME' sh 'chmod +x avocado-preprocessing.sh' sh 'chmod +x ./avocado-preprocessing.sh' sh './avocado-preprocessing.sh ${CUTOFF}'