We need to provide a list of stages and jobs on the viewChainConfiguration. This list needs to
- Read Only (i.e no stage edit options, no job/stage creation options, no reordering capabilities)
- Provide a direct link to configure a job
- Provide a direct link to view the job
- Provide a summary of the builder as well.
[#if (job.buildDefinition.builder.summaryHtml)?has_content] <i> ${htmlUtils.getFirstNCharactersWithTrailer(job.buildDefinition.builder.summaryHtml, 100)}</i> [/#if]