Spaces:
Paused
Paused
johann-foerster
commited on
Commit
•
65f3839
1
Parent(s):
07e8f32
60GB maybe?
Browse files- Jenkinsfile +1 -1
Jenkinsfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
podTemplate(containers: [
|
2 |
containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:v1.13.0-debug', command: 'cat', ttyEnabled: true,
|
3 |
-
resourceRequestCpu: '500m', resourceRequestMemory: '
|
4 |
]) {
|
5 |
node(POD_LABEL) {
|
6 |
stage('checkout') {
|
|
|
1 |
podTemplate(containers: [
|
2 |
containerTemplate(name: 'kaniko', image: 'gcr.io/kaniko-project/executor:v1.13.0-debug', command: 'cat', ttyEnabled: true,
|
3 |
+
resourceRequestCpu: '500m', resourceRequestMemory: '60Gi', resourceLimitMemory: '60Gi')
|
4 |
]) {
|
5 |
node(POD_LABEL) {
|
6 |
stage('checkout') {
|