-
Bug
-
Resolution: Not A Defect
-
Critical
-
None
It seems that passing parameters, passed to the callers job - which is a parameterized job - before, does not get passed to the joining job. Seems to be an issue before but for me it is still/again not working.
The configuration used:
job-a
job-b job-c
job-d
After job-a is built, parameterized jobs job-b and job-c are executed in parallel. After that the joining job job-d is executed, but does not get the parameters passed to job-a before.
What I am confused about is that the job triggering the joining job-d is the one executed the last of job-b or job-c. Shouldn't job-a be the one executing job-d?!