From 86564d6dca3ce4119bf45b5b52d89cea17dd6904 Mon Sep 17 00:00:00 2001 From: dany Date: Mon, 1 Aug 2022 11:48:14 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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