Mise à jour de 'Jenkinsfile'

This commit is contained in:
dany 2022-08-01 11:48:14 +02:00
parent e54beb15db
commit 86564d6dca

2
Jenkinsfile vendored
View File

@ -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