diff --git a/Jenkinsfile b/Jenkinsfile index ec1cdfc..bd96d26 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