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