Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 13:06:48 +02:00
parent c0f3030190
commit 0d7e1992a7

2
Jenkinsfile vendored
View File

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