Skip to content

Commit

Permalink
graalvm-community-jdk21u.git
Browse files Browse the repository at this point in the history
  • Loading branch information
Karm committed Aug 28, 2024
1 parent 11fa607 commit 9175cbf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions jenkins/jobs/builds/Constants.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ class Constants {
'https://github.com/Karm/graal.git',
'https://github.com/zakkak/mandrel.git'
]
static final ArrayList<String> REPOSITORY_M23_1_JDK21 =
[
'https://github.com/graalvm/graalvm-community-jdk21u.git',
'https://github.com/jerboaa/graalvm-for-jdk21-community-backports.git',
'https://github.com/zakkak/graalvm-community-jdk21u.git',
'https://github.com/Karm/graalvm-community-jdk21u.git'
]
static final ArrayList<String> PACKAGING_REPOSITORY =
[
'https://github.com/mandrel/mandrel-packaging.git',
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/builds/mandrel_23_1_linux_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrixJob('mandrel-23-1-linux-build-matrix') {
// '!(JDK_VERSION=="21" && JDK_RELEASE=="ga")'
//)
parameters {
choiceParam('REPOSITORY', Constants.REPOSITORY, 'Mandrel repo')
choiceParam('REPOSITORY', Constants.REPOSITORY+Constants.REPOSITORY_M23_1_JDK21, 'Mandrel repo')
choiceParam(
'HEADS_OR_TAGS',
[
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jobs/builds/mandrel_23_1_macos_build_matrix.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrixJob('mandrel-23-1-macos-build-matrix') {
// '!(JDK_VERSION=="21" && JDK_RELEASE=="ga")'
//)
parameters {
choiceParam('REPOSITORY', Constants.REPOSITORY, 'Mandrel repo')
choiceParam('REPOSITORY', Constants.REPOSITORY+Constants.REPOSITORY_M23_1_JDK21, 'Mandrel repo')
choiceParam(
'HEADS_OR_TAGS',
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrixJob('mandrel-23-1-windows-build-matrix') {
// '!(JDK_VERSION=="21" && JDK_RELEASE=="ga")'
// )
parameters {
choiceParam('REPOSITORY', Constants.REPOSITORY, 'Mandrel repo')
choiceParam('REPOSITORY', Constants.REPOSITORY+Constants.REPOSITORY_M23_1_JDK21, 'Mandrel repo')
choiceParam(
'HEADS_OR_TAGS',
[
Expand Down

0 comments on commit 9175cbf

Please sign in to comment.