test
This commit is contained in:
parent
d92c95a448
commit
6dfebf29ae
1 changed files with 1 additions and 2 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue