Page MenuHomeDevCentral

Add support for Jenkins 2.0 multi-branch pipelines
ClosedPublic

Authored by dereckson on Sep 21 2018, 17:38.
Tags
None
Referenced Files
F3111986: D1794.id4547.diff
Sun, Jun 16, 20:37
Unknown Object (File)
Sat, Jun 15, 08:57
Unknown Object (File)
Thu, Jun 13, 02:18
Unknown Object (File)
Wed, Jun 12, 08:03
Unknown Object (File)
Tue, Jun 11, 15:34
Unknown Object (File)
Tue, Jun 11, 10:02
Unknown Object (File)
Tue, Jun 11, 01:41
Unknown Object (File)
Sun, Jun 9, 14:28
Subscribers
None

Details

Summary

Jenkins 2.0 added projects with automatic discovery of Jenkinsfile.

This pipeline-as-code syntax is aware of Git branches, and as such,
jobs are created for each branch discovered by Jenkins or configured.

Such projects don't currently appear on the dashboard, as the root
project is only a container object, where actual projects is in the
jobs property.

This change requires a deeper JSON document and parse sub-projects.

Fixes T1141.

Test Plan

Run server for Nasqueron CD

Diff Detail

Repository
rTOMMY Tommy
Lint
Lint Not Applicable
Unit
Tests Not Applicable