<% def dateFormat = new java.text.SimpleDateFormat("yyyy-M-d H:m:s") %>

Pipeline Software Schedule

Created by Bpipe, ${new Date()}

<% def branch = stages[0]; def tools = branch.collect { stage -> stage.context.documentation?.tools }.grep { it != null }.sum() tools.each { name, detail -> %> <%}%>
NameVersionSourceDescription
${name} ${detail.version} <% if(detail.meta.link) { %> ${detail.meta.link} <% } %> <% if(detail.meta.desc) { %> ${detail.meta.desc} <% } %>