Update 'Jenkinsfile'
All checks were successful
test-multi-branches/pipeline/head This commit looks good

This commit is contained in:
dany 2022-09-16 14:50:21 +02:00
parent f59967c69e
commit 971c1ea29b

3
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline{
}
stage('Remote SSH') {
steps {
sh'''
sh'''#! /bin/bash
export -p | tee env.source
cat <<"EOF" >>env.source
printenv
@ -65,7 +65,6 @@ EOF
bash test.sh
'''
sshScript remote: remote, script: "env.source"
'''
}
}
}