mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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.
This commit is contained in:
committed by
Lachlan Evenson
parent
75b5b11741
commit
ac3a0c7bc2
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user