diff --git a/Jenkinsfile b/Jenkinsfile index aa21a93..3ebb518 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -52,7 +52,7 @@ pipeline{ sh''' export -p | tee env.source ''' - writeFile file: 'env.source' text:'printenv' + writeFile file: 'env.source', text: 'printenv' sshCommand remote: remote, command: '''#! /bin/bash set -e echo $WORKSPACE