Mise à jour de 'Jenkinsfile'
This commit is contained in:
parent
e54beb15db
commit
86564d6dca
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -41,6 +41,8 @@ pipeline{
|
|||||||
stage('Remote SSH') {
|
stage('Remote SSH') {
|
||||||
steps {
|
steps {
|
||||||
sshCommand remote: remote, command: '''
|
sshCommand remote: remote, command: '''
|
||||||
|
echo $WORKSPACE
|
||||||
|
pwd
|
||||||
export WORKSPACE="~/jenkins/workspace/ant-http"
|
export WORKSPACE="~/jenkins/workspace/ant-http"
|
||||||
cd $WORKSPACE
|
cd $WORKSPACE
|
||||||
bash test.sh
|
bash test.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user