help-path.html #1

  • //
  • guest/
  • sven_erik_knop/
  • p4jenkins/
  • 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>
</div>
# Change User Description Committed
#1 12955 Sven Erik Knop Branching using sknop.p4jenkins-main
//guest/perforce_software/p4jenkins/main/src/main/resources/org/jenkinsci/plugins/p4/filters/FilterPathImpl/help-path.html
#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.