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/jenkins7935655645756716881.sh
+ npm run build
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /var/jenkins_home/workspace/DIM-Diamant-Angular/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/var/jenkins_home/workspace/DIM-Diamant-Angular/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

npm ERR! A complete log of this run can be found in:
npm ERR!     /var/jenkins_home/.npm/_logs/2019-09-06T12_41_00_409Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE