Skip to content
Failed

Console Output

Started by user DIM Build
Running as SYSTEM
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/*
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
Checking out Revision 7079dc6c415465cfe9fe3711d28217b04ee72815 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7079dc6c415465cfe9fe3711d28217b04ee72815
Commit message: "build"
 > git rev-list --no-walk 7079dc6c415465cfe9fe3711d28217b04ee72815 # timeout=10
[DIM-Diamant-Angular] $ /bin/sh -xe /tmp/jenkins3482581658159408135.sh
+ npm install --registry https://devel.data-in-motion.biz/nexus/repository/dim-npm/ -g @angular/cli
npm ERR! code E404
npm ERR! 404 Not Found - GET https://devel.data-in-motion.biz/nexus/repository/dim-npm/@angular%2fcli - Package '@angular/cli' not found
npm ERR! 404 
npm ERR! 404  '@angular/cli@latest' 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 
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/workspace/DIM-Diamant-Angular/.npm/_logs/2019-11-14T12_59_37_378Z-debug.log
Build step 'Execute shell' marked build as failure
Finished: FAILURE