Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 13:11:28 +02:00
parent dce1cb792e
commit c764c8f094

4
Jenkinsfile vendored
View File

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