From 0ab84e5ccc53cdd5c38fec4c3b93b163f84f47bf Mon Sep 17 00:00:00 2001 From: kohsuke Date: Sun, 6 Apr 2008 20:13:10 +0000 Subject: [PATCH] adding more help git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@8325 71c3de6d-444a-0410-be80-ed276b4c234a --- .../AggregatedTestResultPublisher/config.jelly | 16 ++++++++++++---- .../tasks/aggregate-test/auto-aggregate.html | 11 +++++++++++ .../help/tasks/aggregate-test/manual-list.html | 4 ++++ 3 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 war/resources/help/tasks/aggregate-test/auto-aggregate.html create mode 100644 war/resources/help/tasks/aggregate-test/manual-list.html diff --git a/core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly b/core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly index 6c19ab8981..8384829cc5 100644 --- a/core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly +++ b/core/src/main/resources/hudson/tasks/test/AggregatedTestResultPublisher/config.jelly @@ -1,6 +1,14 @@ - - - + + + + + + + +
+
\ No newline at end of file diff --git a/war/resources/help/tasks/aggregate-test/auto-aggregate.html b/war/resources/help/tasks/aggregate-test/auto-aggregate.html new file mode 100644 index 0000000000..600e046515 --- /dev/null +++ b/war/resources/help/tasks/aggregate-test/auto-aggregate.html @@ -0,0 +1,11 @@ +
+ 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. + +

+ If for some reasons the auto aggregation doesn't work, you can always + manually specify a list of jobs to be aggregated. +

\ No newline at end of file diff --git a/war/resources/help/tasks/aggregate-test/manual-list.html b/war/resources/help/tasks/aggregate-test/manual-list.html new file mode 100644 index 0000000000..20378b5acf --- /dev/null +++ b/war/resources/help/tasks/aggregate-test/manual-list.html @@ -0,0 +1,4 @@ +
+ Specify a list of job names manually here. Multiple names can be separated by + camma, like "foo, bar" +
\ No newline at end of file -- GitLab