Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
d3978f1b64
commit
33769ea51d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,5 +1,7 @@
|
||||
pipeline{
|
||||
agent any
|
||||
agent {
|
||||
dockerfile true
|
||||
}
|
||||
parameters {
|
||||
string(defaultValue: '5', description: 'Amount of lines to cut off the file.', name: 'CUTOFF', trim: false)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user