Skip to content

Instantly share code, notes, and snippets.

@calavera
Created December 8, 2010 12:39
<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 name="tasks" description="list of tasks">
<f:expandableTextbox name="tasks" value="${instance.tasks}"/>
</f:entry>
<f:entry name="working directory">
<f:textbox name="directory" value="${instance.directory}"/>
</f:entry>
</j:jelly>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment