-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Tags:
-
Backlog priority:1,500
-
Sprint:DevOps-18
Jobs on jenkins are hitting https://mavenin.nuxeo.com/nexus3/repository/npmjs-registry and not https://registry.npmjs.org/ when it comes to fetch npm packages.
We need to hit https://mavenin.nuxeo.com/nexus3/repository/npmjs-group/ instead. It is a new group registry which aggregates npmjs-registry and npmjs-nuxeo where we now publish our own packages.
i.e. change npm_config_registry to https://mavenin.nuxeo.com/nexus3/repository/npmjs-group/ .