Specifies a condition for execution on the parent build.
When a publisher works on a multi-configuration project, it runs in two ways in general:
- Runs on a build for each axes combination.
- Runs on a parent build, which is the build for whole the project. It is often called aggregation. Not every publisher supports this as this requires pubishers extra implementation for multi-configuration projects.
For example, "Publish JUnit test result report" is designed for multi-configuration projects and works in following two ways:
- Summarize JUnit results generated in a build with a particular axe combination.
- Summarize results of builds of all the axes combinations as a result of whole the project.