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
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from 2 remote Git repositories
 > 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
 > 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.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
Checking out Revision 3a3f7a7681703a451e1a7bdbea3dee5b966c8d8e (origin1/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3a3f7a7681703a451e1a7bdbea3dee5b966c8d8e
Commit message: "- project"
 > git rev-list --no-walk 3a3f7a7681703a451e1a7bdbea3dee5b966c8d8e # timeout=10
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins654909470859156573.sh
[DIM-Diamant-Angular] $ /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/node /tmp/jenkins2414503278213687734.js
/tmp/jenkins2414503278213687734.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