Update 'Jenkinsfile'
This commit is contained in:
parent
394f89ff9d
commit
96e0a07c27
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -49,7 +49,7 @@ pipeline{
|
||||
}
|
||||
stage('Remote SSH') {
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
sshCommand remote: remote, command: '''#! /bin/bash
|
||||
set -e
|
||||
echo $WORKSPACE
|
||||
pwd
|
||||
|
Loading…
Reference in New Issue
Block a user