From c764c8f094f5343d1a44ca1f7a45e4841b22bd86 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 16 Sep 2022 13:11:28 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 04f0db5..8f9fd87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,9 +51,9 @@ pipeline{ steps { sh''' export -p | tee env.source - cat <<"EOF" >>env.source +cat <<"EOF" >>env.source printenv - "EOF" +"EOF" ''' sshCommand remote: remote, command: '''#! /bin/bash set -e