Skip to content
Failed

Console Output

Started by user DIM Build
Running as SYSTEM
Building in workspace /var/jenkins_home/jobs/DIM-Diamant-Angular-Release/workspace
The recommended git tool is: NONE
using credential Gitlab-Builder
Cloning the remote Git repository
Cloning repository https://gitlab.com/datainmotion/diamant/frontend.git
 > git init /var/jenkins_home/jobs/DIM-Diamant-Angular-Release/workspace # timeout=10
Fetching upstream changes from https://gitlab.com/datainmotion/diamant/frontend.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials Gitlab user for Jenkins
 > git fetch --tags --force --progress -- https://gitlab.com/datainmotion/diamant/frontend.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > 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
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision e98640fab828c3a2d0cacdd8d9f35318830a15ed (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e98640fab828c3a2d0cacdd8d9f35318830a15ed # timeout=10
Commit message: "Initial commit"
First time build. Skipping changelog.
Unpacking https://nodejs.org/dist/v15.0.1/node-v15.0.1-linux-x64.tar.gz to /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/NodeJS15.0.1 on Jenkins
[workspace] $ /bin/sh -xe /tmp/jenkins913408299927172198.sh
+ npm install

up to date in 217ms

found 0 vulnerabilities
+ npm run build
npm ERR! missing script: build

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-09-07T13_47_46_459Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE