config.jelly #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workflow/
  • P4SwarmUpdateStep/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (331 B)
<?jelly escape-by-default='true'?>
<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="Update Message" field="updateMessage">
        <f:textbox default="jenkins-${it.name}"/>
    </f:entry>
</j:jelly>
# Change User Description Committed
#1 31269 Sandeep Kumar Add Support for Swarm Update Callback