diff --git a/Jenkinsfile b/Jenkinsfile index 61e0479d..36d112c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -45,8 +45,7 @@ pipeline { } configFileProvider([ - configFile(fileId: "dput.cf", - variable: 'DPUT_CONFIG') + configFile(fileId: "dput.cf", variable: 'DPUT_CONFIG') ]) { sshagent(credentials: ['jenkins-agent']) { sh 'dput --config "$DPUT_CONFIG" verdnatura "debuild/$CHANGES_FILE"'