Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D1794
Change Details
Change Details
Old
New
Diff
Fixes T1141
12345678901234567890123456789012345678901234567890123456789012345678901234567890 1 2 3 4 5 6 7 8 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.
Fixes T1141
12345678901234567890123456789012345678901234567890123456789012345678901234567890 1 2 3 4 5 6 7 8 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.
Continue