Skip to content

Commit

Permalink
fix MIDPOINT_BUILD_ALIAS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Jan 26, 2024
1 parent ecc01f1 commit b0f6e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/midpoint-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ podTemplate(
resourceLimitCpu: params.BUILDER_CPU ?: '4',
resourceRequestMemory: '8Gi',
resourceLimitMemory: '8Gi',
envVars: [
containerEnvVar: [
envVar(key: MIDPOINT_BUILD_ALIAS, value: params.KEY_ALIAS_SINGING_JAR)
]) // see also -Xmx flag lower
]
Expand Down

0 comments on commit b0f6e3c

Please sign in to comment.