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
".
Configure a Jenkins Multibranch Pipeline with
deploy
"mvn clean deploy
" on branches (incl. master) and execution of "mvn clean
verify
on pull requests