Compare commits
2 Commits
9cca1c878d
...
61154fc740
Author | SHA1 | Date |
---|---|---|
|
61154fc740 | |
|
e16987d66e |
|
@ -5,7 +5,9 @@ pipeline {
|
||||||
kubernetes {
|
kubernetes {
|
||||||
yamlFile 'ci/podTemplate.yaml'
|
yamlFile 'ci/podTemplate.yaml'
|
||||||
defaultContainer 'buildroot'
|
defaultContainer 'buildroot'
|
||||||
workspaceVolume dynamicPVC()
|
workspaceVolume dynamicPVC(
|
||||||
|
requestsSize: '20Gi',
|
||||||
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ spec:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: buildroot
|
- name: buildroot
|
||||||
image: registry.pyrocufflink.blue/buildroot
|
image: git.pyrocufflink.net/containerimages/buildroot
|
||||||
command:
|
command:
|
||||||
- sleep
|
- sleep
|
||||||
- infinity
|
- infinity
|
||||||
|
|
Loading…
Reference in New Issue