We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad1a52 commit dcf2d5aCopy full SHA for dcf2d5a
openshift/openshift-template.yml
@@ -48,6 +48,13 @@ items:
48
- type: GitHub
49
github:
50
secret: tisk
51
+ resources:
52
+ requests:
53
+ cpu: 200m
54
+ memory: 512Mi
55
+ limits:
56
+ cpu: '1'
57
+ memory: 4Gi
58
runPolicy: SerialLatestOnly
59
strategy:
60
type: JenkinsPipeline
@@ -74,6 +81,13 @@ items:
74
81
- secret:
75
82
name: npmrc-secret
76
83
runPolicy: Parallel
84
85
86
87
88
89
90
77
91
78
92
type: Docker
79
93
dockerStrategy:
0 commit comments