Skip to content

Commit

Permalink
[ci] increase memory for gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
JanKoehnlein committed Apr 6, 2020
1 parent 0e08ade commit d1207da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ spec:
- name: openjdk
image: openjdk:8
tty: true
resources:
limits:
memory: "2Gi"
cpu: "1"
requests:
memory: "2Gi"
cpu: "1"
"""

pipeline {
Expand Down

0 comments on commit d1207da

Please sign in to comment.