diff --git a/Jenkinsfile b/Jenkinsfile index b85273a..2b8d73a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,7 +50,7 @@ pipeline{ stage('Remote SSH') { steps { sh''' - printenv | tee env.source + export -p | tee env.source ''' sshCommand remote: remote, command: '''#! /bin/bash set -e