Skip to content

Commit 322482b

Browse files
authored
Update Jenkinsfile
1 parent c38f819 commit 322482b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ spec:
3636
mountPath: /tmp/repository
3737
- name: docker-daemon
3838
resources:
39+
limits:
40+
memory: 1536Mi
41+
cpu: "1000m"
3942
requests:
4043
memory: 1024Mi
41-
cpu: "1000m"
44+
cpu: "500m"
4245
image: docker:19.03.1-dind
4346
securityContext:
4447
privileged: true

0 commit comments

Comments
 (0)