From ac3a0c7bc2d39f8257f749e17a68f5c51ea16e72 Mon Sep 17 00:00:00 2001 From: Justin Nauman Date: Mon, 5 Jun 2017 13:05:08 -0500 Subject: [PATCH] [stable/jenkins] - Workflow plugin pin (#1178) The latest release of https://plugins.jenkins.io/workflow-job, 2.12, requires an upgrade to the Jenkins 2.60.x line. Instead of taking the chart off the LTS line of Jenkins, I opted for pinning the explicit version to enable easy installation and lower risk. --- stable/jenkins/Chart.yaml | 2 +- stable/jenkins/values.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/jenkins/Chart.yaml b/stable/jenkins/Chart.yaml index 0a8fa9a6a96e..604dd06327ca 100755 --- a/stable/jenkins/Chart.yaml +++ b/stable/jenkins/Chart.yaml @@ -1,6 +1,6 @@ name: jenkins home: https://jenkins.io/ -version: 0.7.1 +version: 0.7.2 appVersion: 2.46.3 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 projects as well as arbitrary scripts. sources: diff --git a/stable/jenkins/values.yaml b/stable/jenkins/values.yaml index 82446c48ad4c..aa7657848bb3 100644 --- a/stable/jenkins/values.yaml +++ b/stable/jenkins/values.yaml @@ -38,6 +38,7 @@ Master: InstallPlugins: - kubernetes:0.11 - workflow-aggregator:2.5 + - workflow-job:2.11 - credentials-binding:1.11 - git:3.2.0 # Used to approve a list of groovy functions in pipelines used the script-security plugin. Can be viewed under /scriptApproval