config-detail.jelly #6

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • scm/
  • BranchesScmSource/
  • config-detail.jelly
  • View
  • Commits
  • Open Download .zip Download (955 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 branches}" field="includes">
      <f:textarea/>
    </f:entry>

    <f:entry title="Include Filter" field="filter">
      <f:textbox default=".*"/>
    </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
#12 28015 Paul Allen MultiBranch exclude filter.

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

JENKINS-58346
JENKINS-63625
#11 25015 Paul Allen Enable/Disable MultiBranch Scan per change using Polling Filter.
#10 25014 Paul Allen Scan per change support for MultiBranch with remote Jenkinsfiles.

Only the 'Polling per Change' Filter is supported; need to disable or support the other filter types.  JENKINS-53936
#9 24662 Paul Allen Undo *SCMSource rename to original *ScmSource.

Reslove configuration loading issue due to 1.9.0 bad release.
#8 24625 Paul Allen Rename case to match new class names.
#7 23217 Paul Allen Add the ability to provide a view spec to Helix Branches SCM Pr/61.
Review Pr/64
#6 23024 Paul Allen Merge pull request #59 from fbyrne/JENKINS-45657

[Jenkins-45657] Recreation of pull request
#5 23017 Paul Allen MultiBranch configuration cleanup.

Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor.
#4 22139 Paul Allen Change MultiBranch pipeline Include box to textarea.
#3 22128 Paul Allen Helix Graph support for Jenkins.

JENKINS-40354
#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/BranchesSCMSource/config-detail.jelly
#1 24625 Paul Allen Rename case to match new class names.
# Change User Description Committed
#7 23217 Paul Allen Add the ability to provide a view spec to Helix Branches SCM Pr/61.
Review Pr/64
#6 23024 Paul Allen Merge pull request #59 from fbyrne/JENKINS-45657

[Jenkins-45657] Recreation of pull request
#5 23017 Paul Allen MultiBranch configuration cleanup.

Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor.
#4 22139 Paul Allen Change MultiBranch pipeline Include box to textarea.
#3 22128 Paul Allen Helix Graph support for Jenkins.

JENKINS-40354
#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