From 6dfebf29ae1fa87bbc4b82e2df7dd2c16a5de03f Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Wed, 8 Mar 2023 13:03:17 +1000 Subject: [PATCH] test --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 05815e70..eadff91e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,9 +63,8 @@ pipeline { stage('Build and Test') { steps { script { - def shStatusCode = 0 // Frontend and Backend - shStatusCode = sh(label: 'Checking and Building', returnStatus: true, script: ''' + def shStatusCode = sh(label: 'Checking and Building', returnStatus: true, script: ''' set +x ./scripts/ci/frontend-build > ${WORKSPACE}/tmp-sh-build 2>&1 ./scripts/ci/test-and-build > ${WORKSPACE}/tmp-sh-build 2>&1