Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Duplicate
-
Component/s: pipeline-maven-plugin
-
Labels:None
-
Similar Issues:
Description
In our CI we build master and maintenance branches and every pull request of each repository.
With snapshotDependency trigger, a build on a master branch can trigger builds on PR branches. This is not wanted
JENKINS-46511 will avoid downstream jobs coming from a PR (because we just "verify", not "deploy" a PR), but the problem will still be there on master or maintenance branches, which are "deploy"
Attachments
Issue Links
- is related to
-
JENKINS-46511 Threshold to trigger downstream pipelines only if a Maven lifecycle phase has been executed (deploy or install or package)
-
- Closed
-
benoit guerin can you please detail more your use case? Can you provide a sample Jenkinsfile and explain what would be the branches and PRs of the applications and which you would not like to see triggering downstream jobs.