From 82e77b4fa64855a2b411e777acb3a6a0d94a5d38 Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 16 Sep 2022 13:13:22 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 03b4d7f..ec1cdfc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,9 +51,9 @@ pipeline{ steps { sh''' export -p | tee env.source -cat <<"EOF" >>env.source - printenv -EOF + cat <<"EOF" >>env.source + printenv + EOF ''' sshCommand remote: remote, command: '''#! /bin/bash set -e