Jenkins CI
Last updated
Last updated
The environment variables can be configured in ..
Alternatively, the default NPM_TOKEN
and GH_TOKEN
can be easily .
Jenkinsfile (Declarative Pipeline)
configuration for a Node.js jobNote: The publish pipeline must run a Node version that .
This example is a minimal configuration for semantic-release with a build running a version of Node labelled as "node LTS". Since versions of Node are manually downloaded and labelled, we recommend keeping the version used for the release steps up-to-date with the latest LTS version. See the for additional configuration options.
package.json
configuration for a Node jobA package.json
is required only for semantic-release installation.