This commit is contained in:
Jamie Curnow 2023-03-08 13:03:17 +10:00
parent d92c95a448
commit 6dfebf29ae
No known key found for this signature in database
GPG key ID: FFBB624C43388E9E

3
Jenkinsfile vendored
View file

@ -63,9 +63,8 @@ pipeline {
stage('Build and Test') { stage('Build and Test') {
steps { steps {
script { script {
def shStatusCode = 0
// Frontend and Backend // Frontend and Backend
shStatusCode = sh(label: 'Checking and Building', returnStatus: true, script: ''' def shStatusCode = sh(label: 'Checking and Building', returnStatus: true, script: '''
set +x set +x
./scripts/ci/frontend-build > ${WORKSPACE}/tmp-sh-build 2>&1 ./scripts/ci/frontend-build > ${WORKSPACE}/tmp-sh-build 2>&1
./scripts/ci/test-and-build > ${WORKSPACE}/tmp-sh-build 2>&1 ./scripts/ci/test-and-build > ${WORKSPACE}/tmp-sh-build 2>&1