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') {
steps {
sshCommand remote: remote, command: '''
sshCommand remote: remote, command: '''#! /bin/bash
set -e
echo $WORKSPACE
pwd