Skip to content

Commit

Permalink
jdk8u Solaris betaTrigger
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Jan 10, 2025
1 parent 688716c commit 5373570
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pipelines/build/common/trigger_beta_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ node('worker') {
} else if (mirrorRepo.contains("alpine-jdk8u")) {
// alpine-jdk8u built in its own pipeline
jdkAssetToCheck = "x64_alpine-linux"
} else if (version == 8 && mainTargetConfigurations.contains("x64Solaris")) {
// Solaris built in own pipeline
jdkAssetToCheck = "x64_solaris"
} else if (version == 8 && mainTargetConfigurations.contains("sparcv9Solaris")) {
// Solaris built in own pipeline
jdkAssetToCheck = "sparcv9_solaris"
}

echo "Checking if ${binariesRepoTag} is already published for JDK asset ${jdkAssetToCheck} ?"
Expand Down

0 comments on commit 5373570

Please sign in to comment.