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') {
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
echo $WORKSPACE
|
||||
pwd
|
||||
export WORKSPACE="~/jenkins/workspace/ant-http"
|
||||
cd $WORKSPACE
|
||||
bash test.sh
|
||||
|
Loading…
Reference in New Issue
Block a user