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

nant.apps.jenkins.4.0.75.source-code.jenkins-svc.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: "Service"
metadata:
  labels:
    app: "jenkins"
    provider: "fabric8"
    expose: "true"
  annotations:
    fabric8.io/app-menu: development
  name: "jenkins"
spec:
  ports:
  - name: "http"
    port: 80
    protocol: "TCP"
    targetPort: 8080
  selector:
    app: "jenkins"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy