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