Change CUTOFF parameter definition

This commit is contained in:
Wojciech Jarmosz 2021-03-28 18:31:39 +02:00
parent d56a5032c1
commit a8f93394ce

1
Jenkinsfile vendored
View File

@ -2,6 +2,7 @@ pipeline {
agent any
stages {
stage('Clone repo + run bash script') {
properties([parameters([string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)])])
steps {
withEnv(["KAGGLE_USERNAME=${params.KAGGLE_USERNAME}",
"KAGGLE_KEY=${params.KAGGLE_KEY}", "CUTOFF=${params.CUTOFF}" ]) {