Skip to content

Commit

Permalink
midpoint-main-pipeline: image for "maven" parametrized as ${MAVEN_IMAGE}
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed May 6, 2022
1 parent 004ff15 commit 7d983dc
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 @@ -13,7 +13,7 @@ podTemplate(
resourceRequestCpu: '900m',
resourceRequestMemory: '1Gi'),
containerTemplate(name: 'maven',
image: 'maven:3.8.5-openjdk-11-slim',
image: "${MAVEN_IMAGE}",
ttyEnabled: true,
command: 'cat',
resourceLimitCpu: '4',
Expand Down

0 comments on commit 7d983dc

Please sign in to comment.