~thomas-voss/jenkins.pbuilder.plugin/fix-973101

« back to all changes in this revision

Viewing changes to src/main/resources/com/ubuntu/builder/HelloWorldBuilder/config.jelly

  • Committer: Thomas Voß
  • Date: 2012-02-14 13:09:11 UTC
  • Revision ID: thomas.voss@rub.de-20120214130911-74xcjy7o85deuqtu
Adjusted plugin meta information and introduced a more sane way of updating/branching the pbuilder setup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
  <f:entry title="Packaging Branch" field="packagingBranch">
19
19
    <f:textbox />
20
20
  </f:entry>
 
21
  <f:optionalBlock title="Advanced Options" inline="true">
 
22
  <f:entry title="Work Directory" field="workDirectory">
 
23
    <f:textbox value="work"/>
 
24
  </f:entry>
 
25
  <f:entry title="Results Directory" field="resultsDirectory">
 
26
    <f:textbox value="results"/>
 
27
  </f:entry>
 
28
  </f:optionalBlock>
21
29
</j:jelly>