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 99983bd commit b6f9bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/jenkins/midpoint-main-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ podTemplate(
resourceRequestCpu: params.BUILDER_CPU ?: '4',
resourceLimitCpu: params.BUILDER_CPU ?: '4',
resourceRequestMemory: '8Gi',
resourceLimitMemory: '8Gi',
envVars: [
containerEnvVar(key: MIDPOINT_BUILD_ALIAS, value: params.KEY_ALIAS_SINGING_JAR)
]) // see also -Xmx flag lower
resourceLimitMemory: '8Gi') // see also -Xmx flag lower
],
envVars: [
containerEnvVar(key: MIDPOINT_BUILD_ALIAS, value: params.KEY_ALIAS_SINGING_JAR)
]
) {
node(POD_LABEL) {
Expand Down

0 comments on commit b6f9bab

Please sign in to comment.