diff --git a/Jenkinsfile b/Jenkinsfile index 51f48f8..006325b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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{