Skip to content

Commit

Permalink
chore(.ci/config): Add Java 21 Stages to Jenkins Files
Browse files Browse the repository at this point in the history
Related-to: #4002
  • Loading branch information
psavidis committed Jan 24, 2024
1 parent ef17bd0 commit edba236
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/config/matrices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ sidetrack-stages:
- 'rolling-update'
jdk-ce-stages:
stages:
- 'platform-jdk-openjdk-jdk-21-latest'
- 'platform-jdk-openjdk-jdk-17-latest'
- 'platform-jdk-openjdk-jdk-11-latest'
- 'platform-jdk-jdk-21-latest'
- 'platform-jdk-jdk-17-latest'
- 'platform-jdk-jdk-11-latest'
16 changes: 16 additions & 0 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,14 @@ platform-jdk-openjdk-jdk-17-latest:
nodeLabel: 'h2'
jdkVersion: 'openjdk-jdk-17-latest'
withNpm: true
platform-jdk-openjdk-jdk-21-latest:
directory: '.'
command: 'install source:jar source:test-jar -pl ''!webapps/assembly'',''!webapps/assembly-jakarta'' -Pdistro,distro-ce,distro-wildfly'
stash:
runtimeStash: true
nodeLabel: 'h2'
jdkVersion: 'openjdk-jdk-21-latest'
withNpm: true
platform-jdk-openjdk-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
Expand Down Expand Up @@ -171,6 +179,14 @@ platform-jdk-jdk-17-latest:
nodeLabel: 'h2'
jdkVersion: 'jdk-17-latest'
withNpm: true
platform-jdk-jdk-21-latest:
directory: '.'
command: 'install source:jar source:test-jar -pl ''!webapps/assembly'',''!webapps/assembly-jakarta'' -Pdistro,distro-ce,distro-wildfly'
stash:
runtimeStash: true
nodeLabel: 'h2'
jdkVersion: 'jdk-21-latest'
withNpm: true
platform-jdk-jdk-11-latest:
directory: '.'
command: 'install source:jar source:test-jar
Expand Down

0 comments on commit edba236

Please sign in to comment.