Skip to content

Commit

Permalink
Update trigger_beta_build.groovy for Solaris to pass ENABLE_TESTS and…
Browse files Browse the repository at this point in the history
… DRY_RUN

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Feb 10, 2025
1 parent 0601e15 commit 4657277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/trigger_beta_build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ if (triggerMainBuild || triggerEvaluationBuild) {
jobParams = [
booleanParam(name: 'RELEASE', value: false),
string(name: 'SCM_REF', value: "$latestAdoptTag"),
booleanParam(name: 'ENABLE_TESTS', value: enableTesting),
booleanParam(name: 'DRY_RUN', value: false)
]
} else {
jobParams = [
Expand Down

0 comments on commit 4657277

Please sign in to comment.