Skip to content

Commit

Permalink
Update ci.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Nov 7, 2023
1 parent 83abf13 commit cb7835e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ These labels are defining requests for agent by specifying required tooling:

* `maven-11`: A maven 3 Linux container with JDK11
* `maven-11-windows`: A maven 3 Windows container with JDK11
* `maven-19`: A maven 3 Linux container with JDK19
* `maven-19-windows`: A maven 3 Windows container with JDK19
* `maven-21`: A maven 3 Linux container with JDK21
* `maven-21-windows`: A maven 3 Windows container with JDK21
* `maven-21`: A maven 3 Linux container with JDK21
* [Legacy only] `maven`: A Maven 3 Linux container with JDK8
* [Legacy only] `maven-windows`: A maven 3 Windows container with JDK8
Expand Down Expand Up @@ -96,10 +96,13 @@ The following Jenkins tool installers are provided:
* `jdk8` A recent OpenJDK 8 version from link:https://github.com/adoptium/[java adoptium]
* `jdk11` A recent OpenJDK 11 version from link:https://github.com/adoptium/[java adoptium]
* `jdk17` A recent OpenJDK 17 version from link:https://github.com/adoptium/[java adoptium]
* `jdk19` A recent OpenJDK 19 version from link:https://github.com/adoptium/[java adoptium]
* `jdk21` A recent OpenJDK 21 version from link:https://github.com/adoptium/[java adoptium]
* `mvn` A recent Maven 3.x version
* `groovy` A recent Groovy 2.x version

> [!NOTE]
> JDK support on ci.jenkins.io is driven by the "2+2+2" lifecycle as described in https://github.com/jenkinsci/jep/pull/400

== Caching mirrors

https://repo.jenkins-ci.org/nodejs-dist/ and https://repo.jenkins-ci.org/npm-dist/ mirror https://nodejs.org/dist/ and http://registry.npmjs.org/npm/-/, respectively, so these may be used from link:https://github.com/eirslett/frontend-maven-plugin/blob/master/README.md#installing-node-and-npm[frontend-maven-plugin], as happens automatically in the plugin parent POM as of 2.29. (There is currently no mirror for https://github.com/yarnpkg/yarn/releases/download/, the yarn distribution site.)
Expand Down

0 comments on commit cb7835e

Please sign in to comment.