Jenkins: Fix failing CI lint (#2758)

This commit is contained in:
leigh schrandt
2017-11-16 09:22:35 -05:00
committed by Matt Farina
parent e69eb64559
commit 26f709f0e5
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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
+5 -5
View File
@@ -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"