BobBuildTool/bob

jenkins: cyclic jobs if same package is built in and outside of sandbox

Closed this issue · 0 comments

If the identical artifact (as in variant-id) is built inside and outside of the sandbox the Jenkins job generation logic might fail with "Parse error: Jobs are cyclic". The problem is that the sandbox is not taken into account for the job calculation and that the packages are folded into one job because their variant-id is identical.

Original ticket: BobBuildTool/basement#91