npm Integration
Getting Started
1
Create a Lineaje Personal Access Token (PAT)
Authentication3
Configure .npmrc
registry=https://observe.fortknox.v2.prod.veedna.com/artifactory/api/npm/gos-all-proxy-npm/
//observe.fortknox.v2.prod.veedna.com/artifactory/api/npm/gos-all-proxy-npm/:_authToken=${NPM_AUTH_TOKEN}Sample Configurations
GitHub Actions
1. Create the GitHub Secret
2. Add the GitHub Actions Workflow
Jenkins
1. Configure Node.js in Jenkins
2. Add Artifactory Credentials in Jenkins
3. Add .npmrc to the Project
.npmrc to the Project4. Add the Jenkinsfile
Verifying Proxy Routing
Last updated