Skip to content

Commit d810db1

Browse files
authored
Merge pull request #136 from provectus/investigate-jenkins-build-failures
JenkinsFile
2 parents d598a57 + 322482b commit d810db1

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
@@ -37,7 +37,10 @@ spec:
3737
- name: docker-daemon
3838
resources:
3939
limits:
40-
memory: 512Mi
40+
memory: 1536Mi
41+
cpu: "1000m"
42+
requests:
43+
memory: 1024Mi
4144
cpu: "500m"
4245
image: docker:19.03.1-dind
4346
securityContext:

0 commit comments

Comments
 (0)