mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Jenkins: Fix failing CI lint (#2758)
This commit is contained in:
committed by
Matt Farina
parent
e69eb64559
commit
26f709f0e5
@@ -1,6 +1,6 @@
|
||||
name: jenkins
|
||||
home: https://jenkins.io/
|
||||
version: 0.9.0
|
||||
version: 0.9.1
|
||||
appVersion: 2.67
|
||||
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
|
||||
|
||||
@@ -43,11 +43,11 @@ Master:
|
||||
# JMXPort: 4000
|
||||
# List of plugins to be install during Jenkins master start
|
||||
InstallPlugins:
|
||||
- kubernetes:0.11
|
||||
- workflow-aggregator:2.5
|
||||
- workflow-job:2.13
|
||||
- credentials-binding:1.12
|
||||
- git:3.4.0
|
||||
- kubernetes:0.11
|
||||
- workflow-aggregator:2.5
|
||||
- workflow-job:2.13
|
||||
- credentials-binding:1.12
|
||||
- git:3.4.0
|
||||
# Used to approve a list of groovy functions in pipelines used the script-security plugin. Can be viewed under /scriptApproval
|
||||
# ScriptApproval:
|
||||
# - "method groovy.json.JsonSlurperClassic parseText java.lang.String"
|
||||
|
||||
Reference in New Issue
Block a user