changed Jenkinsfile

This commit is contained in:
Jakub Pogodziński 2021-05-16 08:02:00 +02:00
parent b314f48053
commit b37caaf23d

2
Jenkinsfile vendored
View File

@ -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{