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