File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM jenkins:2.7.1
1+ FROM jenkins:1.651.3
22MAINTAINER "docker@soebes.de"
33COPY ./plugins.txt /usr/share/jenkins/ref/plugins.txt
44COPY ./config.xml /usr/share/jenkins/ref/config.xml
Original file line number Diff line number Diff line change 3838 <filterQueue >false</filterQueue >
3939 <properties class =" hudson.model.View$PropertyList" />
4040 </hudson .model.AllView>
41+ <listView >
42+ <owner class =" hudson" reference =" ../../.." />
43+ <name >Test-View</name >
44+ <filterExecutors >false</filterExecutors >
45+ <filterQueue >false</filterQueue >
46+ <properties class =" hudson.model.View$PropertyList" />
47+ <jobNames >
48+ <comparator class =" hudson.util.CaseInsensitiveComparator" />
49+ <string >test</string >
50+ </jobNames >
51+ <jobFilters />
52+ <columns >
53+ <hudson .views.StatusColumn/>
54+ <hudson .views.WeatherColumn/>
55+ <hudson .views.JobColumn/>
56+ <hudson .views.LastSuccessColumn/>
57+ <hudson .views.LastFailureColumn/>
58+ <hudson .views.LastDurationColumn/>
59+ <hudson .views.BuildButtonColumn/>
60+ </columns >
61+ <recurse >false</recurse >
62+ </listView >
4163 </views >
4264 <primaryView >All</primaryView >
4365 <slaveAgentPort >50000</slaveAgentPort >
4466 <label ></label >
4567 <nodeProperties />
4668 <globalNodeProperties />
4769 <noUsageStatistics >true</noUsageStatistics >
48- </hudson >
70+ </hudson >
You can’t perform that action at this time.
0 commit comments