config.jelly #1

  • //
  • guest/
  • sven_erik_knop/
  • p4jenkins/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • workflow/
  • P4StreamStep/
  • config.jelly
  • View
  • Commits
  • Open Download .zip Download (456 B)
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:f="/lib/form" xmlns:c="/lib/credentials">

    <f:entry field="credential" title="Perforce Credentials">
        <c:select/>
    </f:entry>
    
    <f:entry title="Stream Codeline" field="stream">
		<f:textbox />
	</f:entry>

	<f:entry title="Workspace Name Format" field="format">
		<f:textbox default="${descriptor.defaultFormat}"/>
	</f:entry>
	
</j:jelly>
# Change User Description Committed
#3 14130 Sven Erik Knop Remove individual step objects, they are subsumed into P4Step
#2 12975 Sven Erik Knop Added charset completer, refactoring of WorkspaceDescriptor
to avoid duplication of code.
#1 12959 Sven Erik Knop Refactored p4 to p4_stream

Connection selector works, stream autocomplete works
workspace default name still missing
//guest/sven_erik_knop/p4jenkins/src/main/resources/org/jenkinsci/plugins/p4/workflow/P4Step/config.jelly
#1 12958 Sven Erik Knop DSL for P4 works in principle (hard coded workspace for now)

Misses automatic loading of aggregator