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

This commit is contained in:
Juan Ferrer 2024-07-05 10:20:07 +02:00
parent 0d2ac8f9fb
commit bf5ba5dac1
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

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