ci: refs #7643 Debuild dput debug
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-10 11:20:59 +02:00
parent 47acbb7ebb
commit 1f373f1bc3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -48,7 +48,7 @@ pipeline {
sshagent(credentials: ['jenkins-agent']) { sshagent(credentials: ['jenkins-agent']) {
echo env.DPUT_CONFIG echo env.DPUT_CONFIG
echo env.CHANGES_FILE echo env.CHANGES_FILE
sh 'dput --config "$DPUT_CONFIG" verdnatura "../hedera-web_*.changes"' sh 'dput --config "$DPUT_CONFIG" verdnatura "../"'
} }
} }
} }