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

nant.apps.jenkins.4.0.81.source-code.jenkins-jnlp-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: "false"
  name: "jenkins-jnlp"
spec:
  ports:
  - name: "agent"
    port: 50000
    protocol: "TCP"
    targetPort: 50000
  selector:
    app: "jenkins"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy