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