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