提交 0ab84e5c 编写于 作者: K kohsuke

adding more help


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8325 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c0812e70
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"> <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:entry title="Jobs to aggregate"> <f:nested>
<f:textbox name="aggragatedTestResult.jobs" value="${instance.jobs}" <table style="width:100%">
checkUrl="'${rootURL}/publisher/AggregatedTestResultPublisher/check?value='+escape(this.value)"/> <f:optionalBlock name="aggragatedTestResult.specify" negative="true"
</f:entry> title="${%Automatically aggregate all downstream tests}"
help="/help/tasks/aggregate-test/auto-aggregate.html">
<f:entry title="Jobs to aggregate">
<f:textbox name="aggragatedTestResult.jobs" value="${instance.jobs}"
checkUrl="'${rootURL}/publisher/AggregatedTestResultPublisher/check?value='+escape(this.value)"/>
</f:entry>
</f:optionalBlock>
</table>
</f:nested>
</j:jelly> </j:jelly>
\ No newline at end of file
<div>
When checked, Hudson simply aggregates tests from
all the transitive downstream jobs of this project. This is convenient
as you don't have to individually list them and keep them up to date
as you add/remove jobs. This normally works just fine, as your test
jobs are normally set up as downstream jobs of the build job.
<p>
If for some reasons the auto aggregation doesn't work, you can always
manually specify a list of jobs to be aggregated.
</div>
\ No newline at end of file
<div>
Specify a list of job names manually here. Multiple names can be separated by
camma, like "<tt>foo, bar</tt>"
</div>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册