ci: refs #7643 Debuild dput debug
gitea/hedera-web/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Juan Ferrer 2024-07-10 11:23:18 +02:00
parent 1f373f1bc3
commit 21da29ab8d
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

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