ffromm
unread,Mar 21, 2012, 12:47:36 PM3/21/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jenkins Developers
Hi *,
I just spent a lot of time to find a way to show data from the
build.xml on the job's status page. Without success...
The url like <jenkins>/job/<jobname>/<build number>/ shows the build
status page with several information like revision number, cause,
duration, etc. on it.
In my plugin, I saved some data in the build.xml:
...
<actions>
...
<hudson.model.ParametersAction>
<parameters>
<hudson.model.StringParameterValue>
<name>workspaceSize</name>
<value>5646424</value>
</hudson.model.StringParameterValue>
</parameters>
</hudson.model.ParametersAction>
</actions>
...
Can someone please provide a sample, how to render the workspaceSize
on the build's status page?
Thanks a lot!
Cheers, Frederik