forked from verdnatura/hedera-web
ci: refs #7643 Reprepro fixes
This commit is contained in:
parent
6be7bccff7
commit
5bc20e9e05
|
@ -59,7 +59,7 @@ pipeline {
|
||||||
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
remote.identityFile = '/home/jenkins/.ssh/id_ed25519'
|
||||||
remote.allowAnyHosts = true
|
remote.allowAnyHosts = true
|
||||||
|
|
||||||
def debFile = sh(script: 'ls target/*.jar', returnStdout: true).trim()
|
def debFile = sh(script: 'ls output/*.deb', returnStdout: true).trim()
|
||||||
}
|
}
|
||||||
|
|
||||||
sshPut([
|
sshPut([
|
||||||
|
|
Loading…
Reference in New Issue