config.jelly 452 B

123456789
  1. <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">
  2. <st:include class="${descriptor.clazz}" page="config-entries.jelly" />
  3. <f:entry title="${%AMIs}" description="${%List of AMIs to be launched as slaves}">
  4. <f:repeatable field="templates">
  5. <st:include page="config.jelly" class="${descriptor.clazz}" />
  6. </f:repeatable>
  7. </f:entry>
  8. </j:jelly>