Request resources for the maven container to prevent overly many concurrent builds.
This commit is contained in:
parent
b58575be5d
commit
eae999a575
|
@ -204,6 +204,10 @@ jenkins:
|
||||||
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
||||||
Command: cat
|
Command: cat
|
||||||
TTY: true
|
TTY: true
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "1"
|
||||||
|
memory: "4Gi"
|
||||||
alpine:
|
alpine:
|
||||||
Image: "spotify/alpine"
|
Image: "spotify/alpine"
|
||||||
Command: cat
|
Command: cat
|
||||||
|
|
Loading…
Reference in New Issue