Update 'Jenkinsfile'
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user