fix pipeline

This commit is contained in:
Dawid 2021-03-28 20:43:10 +02:00
parent ca841de0f1
commit 68f2036b6c

10
Jenkinsfile vendored
View File

@ -1,13 +1,3 @@
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
echo 'Hello world!'
}
}
}
}
pipeline{
agent any
properties([parameters([text(defaultValue: '100', description: 'Number of lines to cutoff', name: 'CUTOFF')])])