Skip to content

Commit 11e5beb

Browse files
committed
[#889] Prepare 2025-12 M0 contribution
* increase heap for `main` branch
1 parent b90352b commit 11e5beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pipeline {
5252
script {
5353
env.BUILD_TYPE = params.BUILD_TYPE
5454
if (env.BRANCH_NAME == 'main') {
55+
env.MAVEN_OPTS = "-Xmx2048m"
5556
if (params.PROMOTE) {
5657
env.MAVEN_PROFILES = "-Psign -Ppromote"
5758
} else {

0 commit comments

Comments
 (0)