Update Jenkinsfile
This commit is contained in:
parent
cbc54f8416
commit
af9fc5b665
1 changed files with 4 additions and 0 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -35,6 +35,10 @@ spec:
|
||||||
- name: cache
|
- name: cache
|
||||||
mountPath: /tmp/repository
|
mountPath: /tmp/repository
|
||||||
- name: docker-daemon
|
- name: docker-daemon
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
memory: 512Mi
|
||||||
|
cpu: "500m"
|
||||||
image: docker:19.03.1-dind
|
image: docker:19.03.1-dind
|
||||||
securityContext:
|
securityContext:
|
||||||
privileged: true
|
privileged: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue