Change CUTOFF parameter definition
This commit is contained in:
parent
d56a5032c1
commit
a8f93394ce
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -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}" ]) {
|
||||
|
Loading…
Reference in New Issue
Block a user