-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
= Node.js 20 - Jenkins agent | ||
|
||
== Introduction | ||
This agent is used to build Node.js-based projects, through `npm` or `yarn`. | ||
|
||
The image is built in the global `ods` project and is named `jenkins-agent-nodejs20`. | ||
It can be referenced in a `Jenkinsfile` with `ods/jenkins-agent-nodejs20`. | ||
|
||
IMPORTANT: Node.js version 20 reaches end-of-life in 2026-04-30. Support for this version will be removed in releases after this date. Please consider switching to newer versions of this agent as soon as they are available. | ||
|
||
== Features | ||
1. Nexus configuration | ||
2. HTTP proxy awareness | ||
3. Yarn & Cypress dependencies pre-installed | ||
|
||
== Known limitations | ||
n/a |
This file contains 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