help-path.html #2

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • src/
  • main/
  • resources/
  • org/
  • jenkinsci/
  • plugins/
  • p4/
  • filters/
  • FilterPathImpl/
  • help-path.html
  • View
  • Commits
  • Open Download .zip Download (1 KB)
<div>
	<b>Depot path filter</b>
	<p>Changes can be filtered to not trigger a build; if all the files
		within a change match the specified path, the build is filtered.</p>
	<p style="margin-left: 30.0px;">
		For example, with a Filter of "
		<code>//depot/main/tests</code>
		":
	</p>
	<p style="margin-left: 60.0px;">
		<strong>Case A</strong> (change will be filtered):
	</p>
	<p style="margin-left: 90.0px;">Files:</p>
	<ul>
		<li style="margin-left: 90.0px;"><code>//depot/main/tests/index.xml</code>
		</li>
		<li style="margin-left: 90.0px;"><code>//depot/main/tests/001/test.xml</code>
		</li>
		<li style="margin-left: 90.0px;"><code>//depot/main/tests/002/test.xml</code>
		</li>
	</ul>
	<p style="margin-left: 60.0px;">
		<strong>Case B</strong> (change will not be filtered, as build.xml is
		outside of the filter):
	</p>
	<p style="margin-left: 90.0px;">Files:</p>
	<ul>
		<li style="margin-left: 90.0px;"><code>//depot/main/src/build.xml</code>
		</li>
		<li style="margin-left: 90.0px;"><code>//depot/main/tests/004/test.xml</code>
		</li>
		<li style="margin-left: 90.0px;"><code>//depot/main/tests/005/test.xml</code>
		</li>
	</ul>
	<p>This is not Perforce syntax. Use of ... and * patterns are not supported. Only paths to directories are supported.</p>
</div>
# Change User Description Committed
#2 25019 Paul Allen Merge pull request #89 from p4charu/jenkinsci-master

JENKINS-49924: Added more help text for absolute clarity
#1 9690 Paul Allen [Branching using p4-jenkins]
Release 1.0.1
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPathImpl/help-path.html
#1 9672 Paul Allen Refactor name from 'p4_client' to 'p4'.
//guest/paul_allen/dev/p4-jenkins/p4-client/src/main/resources/org/jenkinsci/plugins/p4_client/filters/FilterPathImpl/help-path.html
#1 9134 Paul Allen Jenkins Help bubbles for new Filters and Workspace Spec.