From 0f4b4a2363825f3a31192c0d6885585867a4e24b Mon Sep 17 00:00:00 2001 From: dany Date: Fri, 16 Sep 2022 11:24:34 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 683c26d..b85273a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,15 +59,15 @@ pipeline{ export WORKSPACE="jenkins/workspace/test" cd $WORKSPACE bash test.sh + source env.source + printenv ''' sshCommand remote: remote, command: '''#! /bin/bash - source env.source for i in {1..5}; do echo -n "Loop $i "; date ; sleep 1; done - printenv ''' } }