diff --git a/Jenkinsfile b/Jenkinsfile index bc4a799..b7cc7d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,6 +41,8 @@ pipeline{ stage('Remote SSH') { steps { sshCommand remote: remote, command: ''' + echo $WORKSPACE + pwd export WORKSPACE="~/jenkins/workspace/ant-http" cd $WORKSPACE bash test.sh