Specify the following general build parameters:
- The build will produce test results — Select this check box if you want Bamboo to gather test results data for each build result. If selected, the following options will appear:
Bamboo requires test results to be XML files that are compatible with JUnit XML format. This format is also used by TestNG.- Look in the standard test results directory (Only available with Maven and Grails builders) — Select this option if Bamboo should look in the builder's standard test results directory.
- Specify custom results directories (Only available with Maven and Grails builders) — Select this option if the Builder will place generated test results in an alternative directory. If selected, the following will appear:
- Specify custom results directories — Type the name of the test results directory (or multiple directories, separated by commas). You can also use Ant-style patterns such as
**/test-reports/*.xml
. Please specify file path relative to your Job build's root directory — do not specify an absolute path like/home/bamboouser/bamboo-home/xml-data/build-dir/JOB_KEY/
.
For jobs that use CVS, the job build's root directory is<bamboo-home>/xml-data/build-dir/JOB_KEY/<cvs-module>