Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 13:12:40 +02:00
parent c764c8f094
commit 62c7158696

2
Jenkinsfile vendored
View File

@ -53,7 +53,7 @@ pipeline{
export -p | tee env.source
cat <<"EOF" >>env.source
printenv
"EOF"
EOF
'''
sshCommand remote: remote, command: '''#! /bin/bash
set -e