fix Jenkinsfile parameter 3
This commit is contained in:
parent
213b461f0e
commit
1d9de9efc7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user