如何在jenkins开源项目中更改列顺序?

时间:2016-01-05 17:24:23

标签: xml git github jenkins

我想建议改善" jenkins" Git项目。

我想更改主页中列的顺序:

enter image description here

我打开了GitHub项目并搜索了"

两件事:

1)为什么我在新分支的搜索框中找不到view.xml

即使我可以手动导航到此view.xml

页:

https://github.com/elad2109/hudson/edit/master/test/src/test/resources/hudson/cli/view.xml

的搜索:

https://github.com/elad2109/hudson/edit/master/test/src/test/resources/hudson/cli/view.xml

https://github.com/elad2109/hudson/search?utf8=%E2%9C%93&q=view.xml

2)我想编辑此页面view.xml只是为了改变以下的顺序:

  <columns>
    <hudson.views.StatusColumn/>
    <hudson.views.WeatherColumn/>
    <hudson.views.BuildButtonColumn/>
    <hudson.views.JobColumn/>
    <hudson.views.LastSuccessColumn/>
    <hudson.views.LastFailureColumn/>
    <hudson.views.LastDurationColumn/>

但我想知道 - 为什么这个在test文件夹下?

我的回答是可以更改列顺序。

但是我仍然对我在GitHub和jenkins-GitHub中搜索和编辑的问题感兴趣

1 个答案:

答案 0 :(得分:0)

您不需要修改Jenkins,因为此功能很久以前就已实现。

您需要创建一个新视图,然后拖放列。

有关详细信息,请参阅此link