Update 'Jenkinsfile'
This commit is contained in:
parent
0f4b4a2363
commit
487e0d5b57
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -50,7 +50,7 @@ pipeline{
|
|||||||
stage('Remote SSH') {
|
stage('Remote SSH') {
|
||||||
steps {
|
steps {
|
||||||
sh'''
|
sh'''
|
||||||
printenv | tee env.source
|
export -p | tee env.source
|
||||||
'''
|
'''
|
||||||
sshCommand remote: remote, command: '''#! /bin/bash
|
sshCommand remote: remote, command: '''#! /bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
Loading…
Reference in New Issue
Block a user