<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt"> <j:choose> <j:when test="${it.emptySet}"> No changes from last build. </j:when> <j:otherwise> <b>Summary Of Changes</b> - <b><a href="changes">View Detail</a></b> <br/> <j:forEach var="c" items="${it.history}" varStatus="loop"> <div class="changeset-message" style="width: 650px; margin-bottom: 4px;"> <img src="${rootURL}/plugin/p4/icons/changelist.gif" border="0" style="vertical-align: middle"/> <a href="changes#detail${loop.index}">${c.id}</a> by <a href="${rootURL}/${entry.author.url}/">${c.author}@${c.clientId}</a> on <i:formatDate value="${c.date}" type="both" dateStyle="medium" timeStyle="medium"/> <hr/> ${c.msgAnnotated} <br/> </div> </j:forEach> </j:otherwise> </j:choose> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 9699 | Paul Allen | [Merging using p4-jenkins] Main to Dev | ||
#2 | 9697 | Paul Allen | merge: install + p4-client update | ||
#1 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/changes/P4ChangeSet/digest.jelly | |||||
#2 | 9055 | Paul Allen |
Label support. Build at a label using the pram 'label'. This includes adding the label to the ChangeEntry, building the change reports and Browser links to Swarm. (TPI-102) |
||
#1 | 8915 | Paul Allen |
Support for ChangeLog and RepoBrowser. - Added RepoBrowser for Swarm (porting the others should be easy) - ChangeLog XML file now only stores the changelist number all other information is fetched from Perforce |