<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"> <l:layout title="${%Build With Parameters}" norefresh="true" permission="${it.requiredPermission}"> <l:side-panel> <l:tasks> <l:task icon="images/24x24/up.gif" href="../" title="${%Back to Project}"/> </l:tasks> </l:side-panel> <l:main-panel> <h2>Trigger ${it.projectName}</h2> <f:form method="post" action="buildSubmit" name="config"> <j:forEach var="parameter" items="${it.availableParameters}"> <f:entry title="${parameter.name}" description="${parameter.description}"> <div> <f:textbox name="${parameter.name}" value="${parameter.value}"/> </div> </f:entry> </j:forEach> <f:block> <f:submit value="${%Build}"/> </f:block> </f:form> </l:main-panel> </l:layout> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#4 | 9672 | Paul Allen | Refactor name from 'p4_client' to 'p4'. | ||
#3 | 8738 | Paul Allen |
Workspace Name Formatter. For Template and Stream workspaces it allows the substitution of the following tags: ${node} The name given to the slave Jenkins node. ${hostname} The hostname for the slave Jenkins node. ${project} The name of the Jenkins build Job. ${hash} Unique hash code of the Jenkins node. |
||
#2 | 8693 | Paul Allen | Added manual launch Review page - POST from Jenkins. | ||
#1 | 8683 | Paul Allen | Simple Action plugin hooks for building reviews in a Jenkins Job. |