1
0
Fork 0

fix(views): added key and index to loop through array

This commit is contained in:
sido 2018-07-19 23:40:57 +02:00
parent b31082c4f4
commit 0a85053e15
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: molgenis-jenkins
home: https://jenkins.io/
version: 0.6.1
version: 0.6.2
appVersion: 2.121
description: Molgenis installation for the jenkins chart.
sources:

View File

@ -174,8 +174,8 @@ data:
<properties class="hudson.model.View$PropertyList"/>
<jobNames>
<comparator class="hudson.util.CaseInsensitiveComparator" reference="../../../listView/jobNames/comparator"/>
{{- range $jobName, $job := $view.Jobs }}
<string>$jobName</string>
{{- range index, $job := .Jobs }}
<string>$job</string>
{{- end }}
</jobNames>
<jobFilters/>