Started by user DIM Build Running as SYSTEM Building in workspace /var/jenkins_home/workspace/DIM-TrackMe-Frontend using credential jenkins_gitlab > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://gitlab.com/datainmotion/trafficos/trackme-frontend # timeout=10 Fetching upstream changes from https://gitlab.com/datainmotion/trafficos/trackme-frontend > git --version # timeout=10 using GIT_ASKPASS to set credentials The Gitlab user for the jenkins > git fetch --tags --progress https://gitlab.com/datainmotion/trafficos/trackme-frontend +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision ee09f7345475c3563528f98099accc9c8b95c786 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f ee09f7345475c3563528f98099accc9c8b95c786 Commit message: "add link css" > git rev-list --no-walk fa0a372163b6b07b814d66e7c0b6e1ca52125a30 # timeout=10 [DIM-TrackMe-Frontend] $ /bin/sh -xe /tmp/jenkins422272290215505074.sh + npm install --registry https://devel.data-in-motion.biz/nexus/repository/npm-group/ -g @angular/cli npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/bin/ng -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/lib/node_modules/@angular/cli/bin/ng > @angular/cli@9.0.4 postinstall /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.13/lib/node_modules/@angular/cli > node ./bin/postinstall/script.js + @angular/cli@9.0.4 updated 1 package in 4.722s + npm install --registry https://devel.data-in-motion.biz/nexus/repository/npm-group/ npm WARN saveError ENOENT: no such file or directory, open '/var/jenkins_home/workspace/DIM-TrackMe-Frontend/package.json' npm WARN enoent ENOENT: no such file or directory, open '/var/jenkins_home/workspace/DIM-TrackMe-Frontend/package.json' npm WARN DIM-TrackMe-Frontend No description npm WARN DIM-TrackMe-Frontend No repository field. npm WARN DIM-TrackMe-Frontend No README data npm WARN DIM-TrackMe-Frontend No license field. up to date in 0.076s + npm run build -- --configuration=production npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /var/jenkins_home/workspace/DIM-TrackMe-Frontend/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/var/jenkins_home/workspace/DIM-TrackMe-Frontend/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/workspace/DIM-TrackMe-Frontend/.npm/_logs/2020-02-28T12_26_40_322Z-debug.log Build step 'Execute shell' marked build as failure Finished: FAILURE