DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Related

  • Stop Writing Dialect-Specific SQL: A Unified Query Builder for Node.js
  • Lambda-Driven API Design: Building Composable Node.js Endpoints With Functional Primitives
  • Integrating Node.js Applications With MCP Servers
  • Unhandled Promise Rejections: The Tiny Mistake That Crashed Our Node.js App

Trending

  • A System Cannot Protect What It Does Not Understand
  • Event-Driven Pipelines With Apache Pulsar and Go
  • AI Paradigm Shift: Analytics Without SQL
  • Your AI Agent Tests Are Passing, But Your Agent Is Still Broken
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. Deployment
  4. Use a Given Version of Node.js on a Jenkins Project

Use a Given Version of Node.js on a Jenkins Project

One developer offers an overview of plugin that makes it easier to use the popular DevOps tool, Jenkins, with the equally popular Node.js.

By 
M M user avatar
M M
·
Jan. 18, 19 · Review
Likes (2)
Comment
Save
Tweet
Share
19.9K Views

Join the DZone community and get the full member experience.

Join For Free

Like many others, we’re using Jenkins at my organization for tasks like testing or deploying some of our projects. Recently, I had to figure out a way to have a different Node.js version on a Jenkins project bound to a branch I was working on.

What Is Jenkins?

Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. - Jenkins Docs

The Scenario

So I had a branch I was working on and needed a different Node.js version for that, mostly for trying out things, without risking having to change any other Jenkins project configuration.

Specifically, I had a branch with some tests based on Jest and Puppeteer that rely on async/await which is available from Node.js 7.6. Whilst the Node.js version installed on the Jenkins machine was lower than that, I needed a newer Node.js for my Jenkins project that my branch was bound to.

The solution I found was to install the Jenkins NodeJS Plugin, which already had some of the features and functionalities I was looking for.

Jenkins w/ Node.js given versionThe Jenkins project with a given Node.js 8.0 version.

So, what Jenkins NodeJS Plugin does is:

  • It allows you to create as many Node.js installations “profiles” as you want. Let’s say you could have some installations to play with like legacy 6x, 8x, or the latest stable Node.js.
  • It auto installs the given version of Node.js, on every Jenkins project where it will be needed.
  • It allows you to globally install some npm packages inside each Node.js installation and these npm packages will be made available to the PATH: those could be Gulp, Webpack, you name it.
  • It allows for the execution of Node.js scripts under the given Node.js installation.

That’s pretty much it, hope you find this useful!

Node.js Jenkins (software)

Published at DZone with permission of M M. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Stop Writing Dialect-Specific SQL: A Unified Query Builder for Node.js
  • Lambda-Driven API Design: Building Composable Node.js Endpoints With Functional Primitives
  • Integrating Node.js Applications With MCP Servers
  • Unhandled Promise Rejections: The Tiny Mistake That Crashed Our Node.js App

Partner Resources

×

Comments

The likes didn't load as expected. Please refresh the page and try again.

  • RSS
  • X
  • Facebook

ABOUT US

  • About DZone
  • Support and feedback
  • Community research

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 215
  • Nashville, TN 37211
  • [email protected]

Let's be friends:

  • RSS
  • X
  • Facebook