Update 'Jenkinsfile'

This commit is contained in:
dany 2022-09-16 11:14:15 +02:00
parent 394f89ff9d
commit 96e0a07c27

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline{
} }
stage('Remote SSH') { stage('Remote SSH') {
steps { steps {
sshCommand remote: remote, command: ''' sshCommand remote: remote, command: '''#! /bin/bash
set -e set -e
echo $WORKSPACE echo $WORKSPACE
pwd pwd