ci: refs #7643 Debuild dput debug
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
gitea/hedera-web/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
f863d8a897
commit
47acbb7ebb
|
@ -36,20 +36,19 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sh 'debuild -us -uc -b'
|
||||
|
||||
script {
|
||||
def files = findFiles(glob: '../hedera-web_*.changes')
|
||||
files.each { file -> env.CHANGES_FILE = file.name }
|
||||
}
|
||||
|
||||
sshagent(credentials: ['jenkins-agent']) {
|
||||
configFileProvider([
|
||||
configFile(fileId: "dput.cf",
|
||||
variable: 'DPUT_CONFIG')
|
||||
]) {
|
||||
configFileProvider([
|
||||
configFile(fileId: "dput.cf",
|
||||
variable: 'DPUT_CONFIG')
|
||||
]) {
|
||||
sshagent(credentials: ['jenkins-agent']) {
|
||||
echo env.DPUT_CONFIG
|
||||
echo env.CHANGES_FILE
|
||||
sh 'dput --config "$DPUT_CONFIG" verdnatura "$CHANGES_FILE"'
|
||||
sh 'dput --config "$DPUT_CONFIG" verdnatura "../hedera-web_*.changes"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue