ci: refs #7643 Debuild 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
0d2ac8f9fb
commit
bf5ba5dac1
|
@ -39,7 +39,7 @@ pipeline {
|
|||
sh 'mkdir -p output'
|
||||
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
|
||||
|
||||
stash includes: 'output/*.deb', name: 'packages'
|
||||
stash includes: 'output/*.deb', name: 'debPackage'
|
||||
}
|
||||
}
|
||||
stage('Reprepro') {
|
||||
|
@ -57,7 +57,10 @@ pipeline {
|
|||
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
||||
remote.allowAnyHosts = true
|
||||
}
|
||||
|
||||
unstash 'debPackage'
|
||||
sh 'ls output'
|
||||
|
||||
sshPut([
|
||||
remote: remote,
|
||||
from: "$debFile",
|
||||
|
|
Loading…
Reference in New Issue