Started by GitLab push by Moritz Weber Building in workspace /var/jenkins_home/workspace/DIM-Diamant-Angular 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/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/* skipping resolution of commit 4b42b5429c2ff7e8ffcd80255df1da804c5213e4, since it originates from another repository > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10 Checking out Revision 4b42b5429c2ff7e8ffcd80255df1da804c5213e4 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b42b5429c2ff7e8ffcd80255df1da804c5213e4 Commit message: "add products, date format, components" > git rev-list --no-walk 41897e9455ccbb73aab6200c7c8188cdd26b0375 # timeout=10 $ /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/npm install -g @angular/cli /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/bin/ng -> /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/lib/node_modules/@angular/cli/bin/ng > @angular/cli@8.3.6 postinstall /var/jenkins_home/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node_12.10/lib/node_modules/@angular/cli > node ./bin/postinstall/script.js + @angular/cli@8.3.6 added 2 packages from 2 contributors and updated 13 packages in 6.622s [DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins8454052533786213886.sh + npm install npm WARN bootstrap@4.3.1 requires a peer of popper.js@^1.14.7 but none is installed. You must install peer dependencies yourself. npm WARN keycloak-angular@7.0.1 requires a peer of keycloak-js@>= 3.4.3 < 7 but none is installed. You must install peer dependencies yourself. npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/@diamant%2fmodel - Not found npm ERR! 404 npm ERR! 404 '@diamant/model@1.0.2' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 It was specified as a dependency of 'DIM-Diamant-Angular' npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. npm ERR! A complete log of this run can be found in: npm ERR! /var/jenkins_home/.npm/_logs/2019-09-27T10_31_14_126Z-debug.log Build step 'Execute shell' marked build as failure Finished: FAILURE