1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin 82b1aa72e6 Begin Jenkins CI pipeline
dustin/pythonctnr/pipeline/head Something is wrong with the build of this commit Details
2022-08-07 11:23:32 -05:00
2 changed files with 6 additions and 10 deletions

3
ci/Jenkinsfile vendored
View File

@ -5,6 +5,9 @@ pipeline {
kubernetes {
yamlFile 'ci/podTemplate.yaml'
defaultContainer 'buildroot'
workspaceVolume persistentVolumeClaimWorkspaceVolume(
claimName: 'jenkins-ws-pythonctnr'
)
}
}

View File

@ -1,5 +1,8 @@
spec:
containers:
- name: jnlp
securityContext:
fsGroup: 1000
- name: buildroot
image: registry.pyrocufflink.blue/buildroot
command:
@ -16,13 +19,3 @@ spec:
emptyDir:
medium: Memory
sizeLimit: 100Mi
- name: workspace-volume
ephemeral:
volumeClaimTemplate:
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 10Gi