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
bf5ba5dac1
commit
6be7bccff7
|
@ -50,16 +50,17 @@ pipeline {
|
|||
}
|
||||
}
|
||||
steps {
|
||||
unstash 'debPackage'
|
||||
|
||||
script {
|
||||
remote.name = 'reprepro'
|
||||
remote.host = 'reprepro.reprepro'
|
||||
remote.user = 'root'
|
||||
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
||||
remote.allowAnyHosts = true
|
||||
}
|
||||
|
||||
unstash 'debPackage'
|
||||
sh 'ls output'
|
||||
def debFile = sh(script: 'ls target/*.jar', returnStdout: true).trim()
|
||||
}
|
||||
|
||||
sshPut([
|
||||
remote: remote,
|
||||
|
|
Loading…
Reference in New Issue