config-detail.jelly #14

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • scm/
  • BranchesScmSource/
  • config-detail.jelly
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<?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="pattern">
      <f:textbox default="${descriptor.defaultPattern}"/>
    </f:entry>

	<f:advanced>
        <f:entry title="Exclude Pattern" field="excludes">
            <f:textbox default="${descriptor.defaultExcludes}"/>
        </f:entry>

    	<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>

    	<f:entry title="View Mappings" field="mappings">
            <f:textarea default="${descriptor.defaultPath}"/>
        </f:entry>

        <f:entry title="Polling build filters" field="filter">
        	<f:repeatableHeteroProperty field="filter" hasHeader="true" addCaption="Add new build filter"/>
        </f:entry>

        <f:entry field="useNewDirectoryStructure">
            <f:checkbox title="Enable variable branch position in “Include branches”." default="false"/>
        </f:entry>

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

</j:jelly>
# Change User Description Committed
#14 31711 Sandeep Kumar Merge pull request #242 from skumar7322/EnableFolderProperties
Integrate Folder Properties in P4Plugin.
Resolve the folder properties used in P4Plugin FreeStyle, Pipeline and MultiBranch project configuration.
#13 31409 Sandeep Kumar Add support for new directory structure in SwarmScmSource

Introduces optional support for a new directory structure when defining branches.
- Branch names can now be derived using a wildcard (*) in the branch depot path. The directory matching the wildcard will be used as the branch name.
- The Jenkinsfile will be resolved from the directory defined by the branch depot path.

This behavior is controlled by a new checkbox in the advanced configuration: "Use new directory structure".
#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