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 13070b8 commit e50fee3
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 @@ -33,7 +33,7 @@ podTemplate(
resourceLimitMemory: '8Gi') // see also -Xmx flag lower
],
envVars: [
envVar(key: MIDPOINT_BUILD_ALIAS, value: params.KEY_ALIAS_SINGING_JAR)
envVar(key: 'MIDPOINT_BUILD_ALIAS', value: params.KEY_ALIAS_SINGING_JAR)
]
) {
node(POD_LABEL) {
Expand Down

0 comments on commit e50fee3

Please sign in to comment.