Update 'Jenkinsfile'
This commit is contained in:
parent
62c7158696
commit
82e77b4fa6
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user