<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>Manual Configuration for Build</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 | 28528 | Paul Allen |
Merge pull request #136 from NotMyFault/chore/master/prep-for-icon-removal-from-core Preparation for core removing sunset icons: https://github.com/jenkinsci/jenkins/pull/5778/ |
||
#3 | 20038 | Paul Allen |
Add Help buttons to ReviewBuild page. JENKINS-35437 |
||
#2 | 19519 | Paul Allen |
Jelly header update. <?jelly escape-by-default='true'?> |
||
#1 | 9690 | Paul Allen |
[Branching using p4-jenkins] Release 1.0.1 |
||
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/review/ReviewAction/index.jelly | |||||
#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/review/ReviewAction/index.jelly | |||||
#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. |