Skip to content
Failed

Console Output

Started by user DIM Build
Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Angular
using credential jenkins_gitlab
using credential jenkins_gitlab
Cloning the remote Git repository
Cloning repository https://gitlab.com/datainmotion/diamant/frontend.git
 > git init /var/jenkins_home/workspace/DIM-Diamant-Angular # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/frontend.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/diamant/frontend.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://gitlab.com/datainmotion/diamant/frontend.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.com/datainmotion/diamant/frontend.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/frontend.git
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/diamant/frontend.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin1.url https://gitlab.com/datainmotion/diamant/infrastructure.git # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/infrastructure.git
using GIT_ASKPASS to set credentials The Gitlab user for the jenkins
 > git fetch --tags --progress https://gitlab.com/datainmotion/diamant/infrastructure.git +refs/heads/*:refs/remotes/origin1/*
Seen branch in repository origin/develop
Seen branch in repository origin/master
Seen branch in repository origin1/develop
Seen 3 remote branches
 > git show-ref --tags -d # timeout=10
Multiple candidate revisions
Scheduling another build to catch up with DIM-Diamant-Angular
Checking out Revision b3708dd0703e4c76aeda76159a2bc87e6aff6cad (origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b3708dd0703e4c76aeda76159a2bc87e6aff6cad
Commit message: "keycloak theme files"
First time build. Skipping changelog.
Unpacking https://nodejs.org/dist/v12.10.0/node-v12.10.0-linux-x64.tar.gz to /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10 on Jenkins
[DIM-Diamant-Angular] $ /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/node /tmp/jenkins288843008261280281.js
/tmp/jenkins288843008261280281.js:1
npm run build
    ^^^

SyntaxError: Unexpected identifier
    at Module._compile (internal/modules/cjs/loader.js:872:18)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:947:10)
    at Module.load (internal/modules/cjs/loader.js:790:32)
    at Function.Module._load (internal/modules/cjs/loader.js:703:12)
    at Function.Module.runMain (internal/modules/cjs/loader.js:999:10)
    at internal/main/run_main_module.js:17:11
Build step 'Execute NodeJS script' marked build as failure
Finished: FAILURE