Update Jenkinsfile

This commit is contained in:
azatsafin 2020-12-03 15:31:47 +03:00 committed by GitHub
parent cbc54f8416
commit af9fc5b665
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Jenkinsfile vendored
View file

@ -35,6 +35,10 @@ spec:
- name: cache
mountPath: /tmp/repository
- name: docker-daemon
resources:
limits:
memory: 512Mi
cpu: "500m"
image: docker:19.03.1-dind
securityContext:
privileged: true