From ad41a12b463564869cf1b4cedea4d292c57708d6 Mon Sep 17 00:00:00 2001 From: dany Date: Sun, 31 Jul 2022 21:03:55 +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, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7a3f54a..0900f28 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ node { remote.logLevel = 'INFO' stage('Test') { - sh 'pwd; echo $WORKSPACE; ls -al $WORKSPACE; find /var/jenkins_home -name "test.sh";' + sh 'printenv; echo $WORKSPACE; ls -al $WORKSPACE; find /var/jenkins_home -name "test.sh";' } stage('Remote SSH') { sshCommand remote: remote, command: '\