config-detail.jelly #6

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • scm/
  • StreamsScmSource/
  • config-detail.jelly
  • View
  • Commits
  • Open Download .zip Download (854 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"
			xmlns:c="/lib/credentials">

    <f:entry title="Perforce Credentials" field="credential">
        <c:select/>
    </f:entry>

    <f:entry title="${%Include streams}" field="includes">
      <f:textarea/>
    </f:entry>

	<f:advanced>
    	<f:entry title="${%Character Set}" field="charset">
    		<f:select default="none"/>
    	</f:entry>

    	<f:entry title="Workspace Name Format" field="format">
        	<f:textbox default="${descriptor.defaultFormat}"/>
    	</f:entry>

   		<f:entry title="Populate options">
        	<f:dropdownDescriptorSelector field="populate"/>
    	</f:entry>

    	<t:listScmBrowsers name="p4.browser"/>
	</f:advanced>

</j:jelly>
# Change User Description Committed
#7 28015 Paul Allen MultiBranch exclude filter.

A regular expression exclude filter for Swarm branches, Stream names and Branch paths.

JENKINS-58346
JENKINS-63625
#6 24662 Paul Allen Undo *SCMSource rename to original *ScmSource.

Reslove configuration loading issue due to 1.9.0 bad release.
#5 24625 Paul Allen Rename case to match new class names.
#4 23017 Paul Allen MultiBranch configuration cleanup.

Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor.
#3 22139 Paul Allen Change MultiBranch pipeline Include box to textarea.
#2 21779 Paul Allen Help for MultiBranch include field and update BETA label.

JENKINS-32616
#1 21758 Paul Allen Merge pull request #38 from jenkinsci/dev

scm-api 2.0.2 updates
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/scm/StreamsSCMSource/config-detail.jelly
#1 24625 Paul Allen Rename case to match new class names.
# Change User Description Committed
#4 23017 Paul Allen MultiBranch configuration cleanup.

Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor.
#3 22139 Paul Allen Change MultiBranch pipeline Include box to textarea.
#2 21779 Paul Allen Help for MultiBranch include field and update BETA label.

JENKINS-32616
#1 21758 Paul Allen Merge pull request #38 from jenkinsci/dev

scm-api 2.0.2 updates