1
0
Fork 0

Request resources for the maven container to prevent overly many concurrent builds.

This commit is contained in:
Fleur Kelpin 2018-07-02 12:34:37 +02:00
parent b58575be5d
commit eae999a575
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ jenkins:
Image: "registry.webhosting.rug.nl/molgenis/maven"
Command: cat
TTY: true
resources:
requests:
cpu: "1"
memory: "4Gi"
alpine:
Image: "spotify/alpine"
Command: cat