fix jenkins?

This commit is contained in:
michalzareba 2021-03-28 20:40:42 +02:00
parent 229ac0bd0c
commit 1949478133

1
Jenkinsfile vendored
View File

@ -1,6 +1,5 @@
pipeline{
agent any
properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])])
stages{
stage('Stage 1'){
steps{