diff --git a/Jenkinsfile b/Jenkinsfile index dd3bf87..fef13d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) }