fix Jenkinsfile parameter 2

This commit is contained in:
jakubknczny 2021-03-28 14:13:40 +02:00
parent ddd2d9170e
commit 213b461f0e

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent any agent any
parameters([string(defaultValue: '2000', description: 'number of train examples to keep', name: 'CUTOFF', trim: false)]) properties([parameters([string(defaultValue: '20000', description: '', name: 'CUTOFF', trim: false)])])
stages { stages {
stage('sh: Shell Script') { stage('sh: Shell Script') {
steps { steps {