Conversation
There was a problem hiding this comment.
Pull request overview
Switches the project’s npm configuration and CI behavior to support installing dependencies from the Harness Artifact Registry instead of the default npm registry.
Changes:
- Configure the project-level
.npmrcto use the Harness npm registry. - Temporarily disable the
npm auditCI step in the Jenkins PR pipeline due to registry support limitations.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
Jenkinsfile |
Comments out runAuditReport() in PR tests stage. |
.npmrc |
Adds Harness registry configuration (and additional npm config flags). |
Comment on lines
+2
to
+6
| registry=https://pkg.harness.io/pkg/ct8onj8YTdaXtKaFsYCRLg/org-marklogic-npm/npm/ | ||
| @jsr:registry=https://pkg.harness.io/pkg/ct8onj8YTdaXtKaFsYCRLg/org-marklogic-npm/npm/ | ||
| ignore-scripts=true | ||
| # cooldown in days (14 days) | ||
| min-release-age=14 |
rjdew-progress
approved these changes
Jun 22, 2026
RitaChen609
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switches from using the default npm registry to use the Harness Artifact Registry.
Jira Story: https://progresssoftware.atlassian.net/browse/MLE-30684