Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed May 6, 2022
2 parents 0b406f0 + d784df6 commit 6597fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/jenkins/midpoint-quick-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ podTemplate(
workspaceVolume: dynamicPVC(requestsSize: "10Gi"),
containers: [
containerTemplate(name: 'jnlp',
image: 'jenkins/inbound-agent:4.10-3-alpine',
image: 'jenkins/inbound-agent:4.13-2-alpine',
runAsUser: '0',
resourceLimitCpu: '900m',
resourceLimitMemory: '1Gi',
resourceRequestCpu: '900m',
resourceRequestMemory: '1Gi'),
containerTemplate(name: 'maven',
image: 'maven:3.8.5-openjdk-11-slim',
image: "${BUILDER_IMAGE ?: 'maven:3.8.5-openjdk-11-slim'}",
ttyEnabled: true,
command: 'cat',
resourceLimitCpu: '4',
Expand Down

0 comments on commit 6597fa5

Please sign in to comment.