jenkins: Update kubernetes plugin URL (#18753)

Signed-off-by: Tim Jacomb <timjacomb1+github@gmail.com>
This commit is contained in:
Tim Jacomb
2019-11-10 07:23:39 -08:00
committed by Kubernetes Prow Robot
parent c8dc1b2b66
commit 5663bb7f25
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
name: jenkins
home: https://jenkins.io/
version: 1.9.0
version: 1.9.1
appVersion: lts
description: Open source continuous integration server. It supports multiple SCM tools
including CVS, Subversion and Git. It can execute Apache Ant and Apache Maven-based
+1 -1
View File
@@ -2,7 +2,7 @@
Jenkins master and agent cluster utilizing the Jenkins Kubernetes plugin
* https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin
* https://plugins.jenkins.io/kubernetes
Inspired by the awesome work of Carlos Sanchez <mailto:carlos@apache.org>