Skip to content

Commit

Permalink
[stable/Jenkins] Updating to remove the .lock directory as well (he…
Browse files Browse the repository at this point in the history
…lm#2747)

* Updating to reove the `.lock` directory as well

* Always forget to bump...

* Adjusting indentation of plugins for lint check
  • Loading branch information
jrnt30 authored and Vic Iglesias committed Nov 22, 2017
1 parent e5b0f94 commit 6e67680
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: jenkins
home: https://jenkins.io/
version: 0.9.3
version: 0.9.4
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
Expand Down
2 changes: 1 addition & 1 deletion stable/jenkins/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ data:
cp -n /var/jenkins_config/config.xml /var/jenkins_home;
{{- if .Values.Master.InstallPlugins }}
cp /var/jenkins_config/plugins.txt /var/jenkins_home;
rm /usr/share/jenkins/ref/plugins/*.lock
rm -rf /usr/share/jenkins/ref/plugins/*.lock
/usr/local/bin/install-plugins.sh `echo $(cat /var/jenkins_home/plugins.txt)`;
{{- end }}
{{- if .Values.Master.ScriptApproval }}
Expand Down

0 comments on commit 6e67680

Please sign in to comment.