Skip to content

Commit

Permalink
midpoint-quick-pipeline: second attempt, forgotten params for image
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed May 6, 2022
1 parent d7980c9 commit 43b4199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/midpoint-quick-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ podTemplate(
resourceRequestCpu: '900m',
resourceRequestMemory: '1Gi'),
containerTemplate(name: 'maven',
image: "${BUILDER_IMAGE ?: 'maven:3.8.5-openjdk-11-slim'}",
image: "${params.BUILDER_IMAGE ?: 'maven:3.8.5-openjdk-11-slim'}",
ttyEnabled: true,
command: 'cat',
resourceLimitCpu: '4',
Expand Down

0 comments on commit 43b4199

Please sign in to comment.