fix pipeline
This commit is contained in:
parent
ca841de0f1
commit
68f2036b6c
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -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')])])
|
||||
|
Loading…
Reference in New Issue
Block a user