Fix SSH heredoc syntax in Jenkinsfile for publishing repository

This commit is contained in:
2026-07-16 11:21:47 +02:00
parent 58920d25fe
commit 47adf935b8
Vendored
+1 -1
View File
@@ -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