Update 'Jenkinsfile'
This commit is contained in:
parent
dce1cb792e
commit
c764c8f094
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user