ci: refs #7643 Reprepro SSH credentials fix
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-07-05 11:13:03 +02:00
parent c6589989d4
commit dcf46094f0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
sh 'mkdir -p output'
sh 'mv ../*.deb ../*.build ../*.buildinfo ../*.changes output'
stash includes: 'output', name: 'debuildOutput'
stash includes: 'output/*', name: 'debuildOutput'
}
}
stage('Reprepro') {