All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nant.apps.jenkins.4.0.93.source-code.jenkins-home-pvc.yml Maven / Gradle / Ivy

Go to download

[Jenkins](http://jenkins-ci.org/) extendable open source continuous integration server using OpenShift Jenkins image

There is a newer version: 4.0.109
Show newest version
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: "jenkins-home"
spec:
  accessModes:
  - ReadWriteOnce
  resources:
    requests:
      storage: 1Gi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy