fix jenkins?
This commit is contained in:
parent
3876e23d1c
commit
ccaf522625
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user