diff --git a/Jenkinsfile b/Jenkinsfile index d1639ebe..72be7091 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,8 @@ pipeline { )]) { script { remote.user = user - remote.identityFile = identityFile + //remote.identityFile = identityFile + remote.identityFile = 'id_ed25519' remote.name = 'reprepro' remote.host = 'reprepro.reprepro' remote.allowAnyHosts = true