From fc55ad981845985c510970449baf7cf170ceaba0 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 8 Mar 2023 12:13:35 +1000 Subject: [PATCH] test --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d8f8a4eb..961b7aec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -80,7 +80,7 @@ pipeline { -w /app \\ nginxproxymanager/nginx-full:certbot-node \\ sh -c "yarn install && yarn eslint . && rm -rf node_modules" \\ - > ${env.WORKSPACE}/tmp-sh-output 2>&1 + > ${WORKSPACE}/tmp-sh-output 2>&1 ''') shOutput = readFile "${env.WORKSPACE}/tmp-sh-output" if (shStatusCode != 0) { @@ -101,7 +101,7 @@ pipeline { --build-arg BUILD_COMMIT="${BUILD_COMMIT}" \\ --build-arg BUILD_DATE="$(date '+%Y-%m-%d %T %Z')" \\ . \\ - > ${env.WORKSPACE}/tmp-sh-output 2>&1 + > ${WORKSPACE}/tmp-sh-output 2>&1 ''') shOutput = readFile "${env.WORKSPACE}/tmp-sh-output" if (shStatusCode != 0) {