ci: refs #7643 Reprepro fixes
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
5bc20e9e05
commit
d6e7d3b025
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue