Update 'Jenkinsfile'
Some checks reported errors
test-multi-branches/pipeline/head This commit looks good
gitea-sync/test/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
dany 2022-09-16 13:14:05 +02:00
parent 82e77b4fa6
commit c1bbb3c484

4
Jenkinsfile vendored
View File

@ -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