From 47adf935b8579d21115adf05ba11ed5107360050 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 16 Jul 2026 11:21:47 +0200 Subject: [PATCH] Fix SSH heredoc syntax in Jenkinsfile for publishing repository --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1c46a4c..c27ca09 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { steps { sshagent(['srv01_elordenador_org']) { sh ''' - ssh ${APTLY_HOST} << EOF + ssh ${APTLY_HOST} << 'EOF' SNAPSHOT="espos-build-${BUILD_NUMBER}" aptly snapshot create $SNAPSHOT from repo espos-unstable aptly repo add ${APTLY_REPO} /tmp/*.deb