<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"> <f:entry title="Label Name" field="rawLabelName"> <f:textbox/> </f:entry> <f:entry title="Label Description" field="rawLabelDesc"> <f:textarea/> </f:entry> <f:entry title="Only tag on build success" field="onlyOnSuccess"> <f:checkbox/> </f:entry> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
#2 | 9077 | Paul Allen |
Added support for automatic Labels as a post-build Action. Ported original code for promoted builds, but not tested. |
||
#1 | 9069 | Paul Allen |
Adding initial support for tagging Jenkins builds as Perforce Automatic Labels. Only implements TagAction (manual labels); TagNotifier and test cases TODO. |