Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Sep 18, 2023
1 parent f30e8c5 commit c8686d0
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,10 @@ class KogitoJobTemplate {
buildOriginPRMerge(true)
}
}
properties {
"BRANCH=${Utils.getGitMainBranch(script)}"
properties { """
BRANCH=${Utils.getGitMainBranch(script)}
GENERATION_BRANCH=${Utils.getGenerationBranch(script)}
"""
}
orphanedItemStrategy {
discardOldItems {
Expand Down

0 comments on commit c8686d0

Please sign in to comment.