Skip to content

Commit

Permalink
midpoint-quick-pipeline: removal of jnlp container definition
Browse files Browse the repository at this point in the history
Testing whether this prevents implicit Git checkout.
  • Loading branch information
virgo47 committed May 4, 2022
1 parent d1f246a commit d47e210
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/jenkins/midpoint-quick-pipeline
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ podTemplate(
// No need for secret volume, no mvn deploy done here.
workspaceVolume: dynamicPVC(requestsSize: "10Gi"),
containers: [
/*
containerTemplate(name: 'jnlp',
image: 'jenkins/inbound-agent:4.10-3-alpine',
runAsUser: '0',
resourceLimitCpu: '900m',
resourceLimitMemory: '1Gi',
resourceRequestCpu: '900m',
resourceRequestMemory: '1Gi'),
*/
containerTemplate(name: 'maven',
image: 'maven:3.8.5-openjdk-11-slim',
ttyEnabled: true,
Expand Down

0 comments on commit d47e210

Please sign in to comment.