From 1efb84dd83c80d6d57bb066897217b802acca6e2 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Fri, 5 Jul 2024 13:20:40 +0200 Subject: [PATCH] ci: refs #7643 Reprepro SSH credentials debug --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 74ada63c..20bf0df8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,6 +68,7 @@ pipeline { remote.host = 'reprepro.reprepro' remote.allowAnyHosts = true } + echo "$user $identityFile" sleep 600 // DEBUG sshPut([ remote: remote,