Zaktualizuj 'Jenkinsfile'

This commit is contained in:
Michał Zaręba 2021-04-08 21:11:20 +02:00
parent d3978f1b64
commit 33769ea51d

4
Jenkinsfile vendored
View File

@ -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)
}