ci: refs #7643 Jenkinsfile code clean
gitea/hedera-web/pipeline/head This commit looks good Details
gitea/hedera-web/pipeline/pr-master This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-07-10 12:48:01 +02:00
parent 16d1e1fd69
commit ddc5c2adc7
1 changed files with 1 additions and 2 deletions

3
Jenkinsfile vendored
View File

@ -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"'