fix jenkins?

This commit is contained in:
michalzareba 2021-03-28 20:45:38 +02:00
parent 3876e23d1c
commit ccaf522625

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline{
agent any
parameters {
string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)
}
stages{
stage('Stage 1'){
steps{