Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 11:28:05 +02:00
parent 0f4b4a2363
commit 487e0d5b57

2
Jenkinsfile vendored
View File

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