Update Jenkinsfile
This commit is contained in:
parent
f5ed4a4d1b
commit
f4e919ecc5
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -37,10 +37,10 @@ spec:
|
|||
- name: docker-daemon
|
||||
resources:
|
||||
limits:
|
||||
memory: 1536Mi
|
||||
memory: "2048Mi"
|
||||
cpu: "1000m"
|
||||
requests:
|
||||
memory: 1024Mi
|
||||
memory: "1024Mi"
|
||||
cpu: "500m"
|
||||
image: docker:19.03.1-dind
|
||||
securityContext:
|
||||
|
|
Loading…
Add table
Reference in a new issue