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

This commit is contained in:
Juan Ferrer 2024-07-05 13:32:42 +02:00
parent 1efb84dd83
commit 7618e65105
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -67,9 +67,9 @@ pipeline {
remote.name = 'reprepro' remote.name = 'reprepro'
remote.host = 'reprepro.reprepro' remote.host = 'reprepro.reprepro'
remote.allowAnyHosts = true remote.allowAnyHosts = true
remote.logLevel = 'FINEST'
} }
echo "$user $identityFile" echo "$user $identityFile"
sleep 600 // DEBUG
sshPut([ sshPut([
remote: remote, remote: remote,
from: "$debFile", from: "$debFile",