config-detail.jelly #3

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • scm/
  • GlobalLibraryScmSource/
  • config-detail.jelly
  • View
  • Commits
  • Open Download .zip Download (581 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">

	<p style="color:red;"><b>BETA - subject to change</b></p>

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

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

    <f:entry title="Library Depot Path" field="path">
        <f:textbox/>
    </f:entry>

</j:jelly>
# Change User Description Committed
#4 24767 Paul Allen Global Library support for multiple instances.

Enforce a depot syntax path ending of "/..."
Remove 'beta' from Global Library configuration.
Generate a unique workspace to sync multiple Libraries. JENKINS-53922
#3 24662 Paul Allen Undo *SCMSource rename to original *ScmSource.

Reslove configuration loading issue due to 1.9.0 bad release.
#2 24625 Paul Allen Rename case to match new class names.
#1 22866 Paul Allen Merge pull request #55 from jenkinsci/hth

Global Pipeline Library support.
JENKINS-46121
JENKINS-46550
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/scm/GlobalLibrarySCMSource/config-detail.jelly
#1 24625 Paul Allen Rename case to match new class names.
# Change User Description Committed
#1 22866 Paul Allen Merge pull request #55 from jenkinsci/hth

Global Pipeline Library support.
JENKINS-46121
JENKINS-46550