[Bamboo Cloud docs]
[Bamboo Knowledge Base]
Phing is the PHP project build system or build tool based on Apache Ant. This page describes how to configure a Bamboo task to use Phing. See Configuring a builder task for an overview of Bamboo builder tasks.
Related pages:
To configure a Phing task:
Complete the following settings:
Task Description | A description of the task, which is displayed in Bamboo. |
Disable this task | Check, or clear, to selectively run this task. |
Executable | The Phing executable that is available to perform the task. The executable that you |
Targets | The Phing targets that you want this Bamboo task to execute (e.g. clean build test ). |
Build File | The name of your existing build file (by default build.xml ). |
Options | You can include any additional Phing command lines switches that you wish to use here. |
Working Sub Directory | (Optional) An alternative subdirectory, relative to the job's root directory, where Bamboo will run the executable. The root directory contains everything checked out from the job's configured source repository. If you leave this field blank, Bamboo will look for build files in the root directory. This option is useful if your task has a build script in a subdirectory and the executable needs to be run from within that subdirectory. |
Look for test result files? | Check this box to tell Bamboo to look for test results. Test results must be in JUnit XML format, |
Specify custom results directory | Specify the directory, relative to the root directory, where test results will be created. You can use patterns such as **/test-reports/*.xml . Bamboo requires test results to be in JUnit XML format. <bamboo-home>/xml-data/build-dir/JOB_KEY/<cvs-module>. |