Update 'Jenkinsfile'
This commit is contained in:
parent
c0f3030190
commit
0d7e1992a7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -52,7 +52,7 @@ pipeline{
|
|||||||
sh'''
|
sh'''
|
||||||
export -p | tee env.source
|
export -p | tee env.source
|
||||||
'''
|
'''
|
||||||
writeFile file: 'env.source' text:'printenv'
|
writeFile file: 'env.source', text: 'printenv'
|
||||||
sshCommand remote: remote, command: '''#! /bin/bash
|
sshCommand remote: remote, command: '''#! /bin/bash
|
||||||
set -e
|
set -e
|
||||||
echo $WORKSPACE
|
echo $WORKSPACE
|
||||||
|
Loading…
Reference in New Issue
Block a user