Skip to content

Commit

Permalink
Fixup isWeekly check
Browse files Browse the repository at this point in the history
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Jun 23, 2023
1 parent d07cc6a commit cb939f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/build/common/build_base_file.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Builder implements Serializable {
boolean enableTestDynamicParallel
boolean enableInstallers
boolean enableSigner
boolean isWeekly
boolean publish
boolean release
String releaseType
Expand Down Expand Up @@ -1026,6 +1027,7 @@ return {
enableSigner: Boolean.parseBoolean(enableSigner),
publish: publish,
release: release,
isWeekly: (releaseType == 'Weekly'),
releaseType: releaseType,
scmReference: scmReference,
buildReference: buildReference,
Expand Down

0 comments on commit cb939f6

Please sign in to comment.