Threshold to trigger downstream pipelines based on the Maven lifecycle phase successfully reached during the Maven execution.

If "install" is selected then downstream pipelines will be triggered for "mvn clean install", "mvn clean deploy" but NOT "mvn clean verify" or "mvn clean package".

Example

Configure a Jenkins Multibranch Pipeline with

So that: