diff --git a/Jenkinsfile b/Jenkinsfile index c5352e2..8234243 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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')])])