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

vops.apps.jenkins.2.2.294.source-code.jenkins-jnlp-svc.yml Maven / Gradle / Ivy

Go to download

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

There is a newer version: 2.2.335
Show newest version
---
apiVersion: "v1"
kind: "Service"
metadata:
  labels:
    project: "${project.artifactId}"
    provider: "fabric8"
    expose: "true"
  name: "jenkins-jnlp"
spec:
  ports:
  - name: "agent"
    port: 50000
    protocol: "TCP"
    targetPort: 50000
  selector:
    project: "jenkins"
    provider: "fabric8"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy