<?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="${%Swarm Project}" field="project"> <f:textbox/> </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:advanced> </j:jelly>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#6 | 28015 | Paul Allen |
MultiBranch exclude filter. A regular expression exclude filter for Swarm branches, Stream names and Branch paths. JENKINS-58346 JENKINS-63625 |
||
#5 | 24662 | Paul Allen |
Undo *SCMSource rename to original *ScmSource. Reslove configuration loading issue due to 1.9.0 bad release. |
||
#4 | 24625 | Paul Allen | Rename case to match new class names. | ||
#3 | 23017 | Paul Allen |
MultiBranch configuration cleanup. Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor. |
||
#2 | 22841 | Paul Allen |
Switch to `P4.Swarm.URL` property for Swarm url. JENKINS-45464 |
||
#1 | 22396 | Paul Allen |
MultiBranch support for Perforce Swarm Reviews. A work in progress - adds Swarm API support to find branches and reviews from a Swarm project. #review-22354 |
||
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/scm/SwarmSCMSource/config-detail.jelly | |||||
#1 | 24625 | Paul Allen | Rename case to match new class names. | ||
# | Change | User | Description | Committed | |
#3 | 23017 | Paul Allen |
MultiBranch configuration cleanup. Remove BETA, hide standard options in Advanced group and added isGraphCompatible check in Populate Descriptor. |
||
#2 | 22841 | Paul Allen |
Switch to `P4.Swarm.URL` property for Swarm url. JENKINS-45464 |
||
#1 | 22396 | Paul Allen |
MultiBranch support for Perforce Swarm Reviews. A work in progress - adds Swarm API support to find branches and reviews from a Swarm project. #review-22354 |
||
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/scm/StreamsScmSource/config-detail.jelly | |||||
#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 |