cc.net project visibility

落花浮王杯 提交于 2019-12-25 01:52:44

问题


Is it possible to restrict the visibility of the projects listed in the cc.net Dashboard?

I have Projects 1, 2 and 3 listed in the Dashboard. I would like to move Projects 2 and 3 to a different dashboard. This is so I can hand out URL1 to dashboard1 that lists Porject1 and URL2 to Dashboard (listing Projects 2 and 3) to another set of people. Because the dashboard reads from the same cc.net.config file, is it possible to separate the projects, by, say adding an attribute?

TIA


回答1:


I believe that if you look into the categories feature, it should help with what you are trying to do.

Both sets of users could navigate to the other category, but you would be able to meet your requirement of having separate distinct URLs for each category.




回答2:


You can use the category tags in order to sort them, you will get a link on the left to goto each group independently. Just associate the group with each project you want in it and they will be under the link's page.

And if you're really ambitious you can make their own queues so each one can integrate independetly so they don't have to wait on some other category they don't care about.

<project name="CC.NET test" queue="testing" queuePriority="5">
  <category>Testing Group</category>
    ...
    ...
    ...
</project>


来源:https://stackoverflow.com/questions/522555/cc-net-project-visibility

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!