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

This commit is contained in:
Juan Ferrer 2024-07-05 10:34:27 +02:00
parent 5bc20e9e05
commit d6e7d3b025
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ def BRANCH_ENV = [
master: 'production'
]
def remote = [:]
def debFile
node {
stage('Setup') {
@ -59,7 +60,7 @@ pipeline {
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
remote.allowAnyHosts = true
def debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
}
sshPut([