fix Jenkinsfile parameter 3

This commit is contained in:
jakubknczny 2021-03-28 14:15:18 +02:00
parent 213b461f0e
commit 1d9de9efc7

2
Jenkinsfile vendored
View File

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