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 axe combination.
- Runs on a build for whole the project. It is often called aggregation.
For example, "Publish JUnit test result report" works in following two ways:
- Summarize JUnit results generated in a build with a particular axe combination.
- Summarize results of builds of all the axe combination as a result of whole the project.