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"
|
||||
Command: cat
|
||||
TTY: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: "4Gi"
|
||||
alpine:
|
||||
Image: "spotify/alpine"
|
||||
Command: cat
|
||||
|
|
Loading…
Reference in New Issue