Skip to content

Commit

Permalink
Make trigger_beta job check specific jdk8u aarch32 and alpine assests…
Browse files Browse the repository at this point in the history
… exist

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Dec 2, 2024
1 parent a3a50a2 commit 44e9f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/build/common/trigger_beta_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@ if (triggerMainBuild || triggerEvaluationBuild) {
def jobs = [:]
def pipelines = [:]

// Trigger Main pipeline as long as we have a target configuration
// Trigger Main pipeline as long as we have a non-empty target configuration
if (triggerMainBuild && mainTargetConfigurations != "{}") {
pipelines["main"] = "build-scripts/openjdk${version}-pipeline"
echo "main build targetConfigurations:"
echo JsonOutput.prettyPrint(mainTargetConfigurations)
}
// Trigger Evaluation as long as we have a target configuration
// Trigger Evaluation as long as we have a non-empty target configuration
if (triggerEvaluationBuild && evaluationTargetConfigurations != "{}") {
pipelines["evaluation"] = "build-scripts/evaluation-openjdk${version}-pipeline"
echo "evaluation build targetConfigurations:"
Expand Down

0 comments on commit 44e9f01

Please sign in to comment.