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

This commit is contained in:
Juan Ferrer 2024-07-05 10:29:35 +02:00
parent bf5ba5dac1
commit 6be7bccff7
1 changed files with 4 additions and 3 deletions

7
Jenkinsfile vendored
View File

@ -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,