-
Bug
-
Resolution: Fixed
-
Major
-
None
Upstream-Projects are not recognized by Maven-plugin, when defined in a Maven-job by "Build after other projects are build":
Setup "job A" as Freestyle Project
Setup "job B" as Freestyle Project and set "job A" as trigger (Status shows job A as Upstream Project)
Setup "job Maven-B" as Maven Project and set "job A" as trigger (Status does not show any upstream project)
When "job A" is build and finishes, "job B" is triggered, but not "job Maven-B"
You can make "job Maven-B" triggered by "job A" by setting it as a Post-Build-Action in "job A"
- is related to
-
JENKINS-16956 Require authentication for build triggers
-
- Resolved
-
-
JENKINS-22397 A Trigger should be able to be a DependencyDeclarer
-
- Resolved
-
-
JENKINS-25758 NPE when triggering downstream job (again)
-
- Resolved
-
[JENKINS-23686] Trigger "Build after other projects" does not work
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Similar behavior spotted here (Jenkins #570, #571).
This is a critical bug for 1-n jobs triggering workflows.