Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Modifing the Build page #776

chetangeo ·
Hi,
I want to modify the Build viewer page so it will display different reports after successful build.
How can I do it. <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> Thanks in advance.
  • replies 7
  • views 2607
  • stars 0
robinshen ADMIN ·
Can you describe your situation using an example?

Thanks
chetangeo ·
Hi,
I am publishing the some reports in one folder eg.'projFolder' which contains some xml report,this folder is at same level of 'artifacts' folder inside the
'build' folder. When we publish n thing in 'artifacts' then we get its link on the build result page, under the tag 'Published Artifacts'.
So i want to add the link to other folder which like 'projFolder' ,so want to know how can i achive this, which file is to modified for this.
robinshen ADMIN ·
This can be done by writing a custom plugin in 2.1. There will be some examples on this when 2.1 is released in the end of this month.
chetangeo ·
Hi Robin,
Now 2.1 is release ,how can I modify the the build page.To display the different reports ,these report are not inside the 'artifacts' folder, they are in
different folder, but these folder are at the same level of 'artifacts' .By default we get report from 'artifacts' folder on the build page,so how can I get l these
reports on build page,so user can see it by clicking the link given under the tag 'Published Artifacts'.
Thankx in advance.
robinshen ADMIN ·
The plugin development tutorial gives samples on how to add your content to build page:
http://wiki.pmease.com/display/QB21/Plugin+Tutorials
chetangeo ·
Hi Robbin,
I gone through the link you have given,but i want to modify the page which displays the build results ,build summary (artifacts,gives reports etc.)
I want to display the different report on this page with the data from the different folder of publish directory which are at same level of 'artifacts' folder.
Is it possible ?,I am little bit confuse.
robinshen ADMIN ·
Yes, it is possible, final chapter of the tutorial gives example on how to publish a message into build publish directory, and render that message on build overview screen. You may add a step to publish your own report under the same level as artifacts and render it as a panel to build overview screen. Also the JavaNCSS sample plugin gives a more practical example on that.