changed Jenkinsfile
This commit is contained in:
parent
b314f48053
commit
b37caaf23d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,6 @@
|
||||
pipeline{
|
||||
agent any
|
||||
properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
|
||||
//properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
|
||||
stages{
|
||||
stage('checkout: Check out from version control'){
|
||||
steps{
|
||||
|
Loading…
Reference in New Issue
Block a user