When I set up a Project A which triggers Project B (with Parameters) and Project B triggers now Project C1 and C2 the whole chain (with parameters) shows up neatly in the Build Pipeline view of Jenkins:
However I have added a Promoted Build setting on Project B which tracks completion of C1 and C2.
There are now 3 problems with this:
a) A minor thing, but I really wondered if I am doing something wrong as it seems to be an essential functionality to me: the promotion (stars) are not visible in the Build Pipeline view.
b) What is worse, I set up the promotion action (of B) to trigger a new Job D. This works, however I cannot pass the build parameters of Job B along (D receives unexpanded value ${iso.name}
).
c) The Project D Job triggered by the promotion runs and shows that it was triggered by B, I also see in the Promotion log of B that it triggered it. But it does not show in the Build Pipeline View, is there a way to get it added (it generally does not show up as a downstream build). Would it help to actually share a fingerprinted artifact?