Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

publish-package-aa3

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

publish-package-aa3

Demo for publishig a package to the npm registry through a CI job using Jenkins and the [pipeline npm plugin](https://plugins.jenkins.io/pipeline-npm/), which reads a npm config file created via the `Managed files` funcionality of Jenkins (Manage Jenkins

latest
npmnpm
Version
2.17.0
Version published
Maintainers
1
Created
Source

publish-to-npm-test

Demo for publishig a package to the npm registry through a CI job using Jenkins and the pipeline npm plugin, which reads a npm config file created via the Managed files funcionality of Jenkins (Manage Jenkins-> Managed Files -> Add a new config -> Npm config file.)

There, the content of the file will be:

//registry.npmjs.org/:_authToken=NPM_TOKEN

Where NPM_TOKEN is your authentication token created in NPM.

In this demo we use the registry is the official npm one, but it can be any other.

FAQs

Package last updated on 03 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts