POLLBUILDFILTEREXCDEPOTPATH.md #1

  • //
  • guest/
  • perforce_software/
  • p4jenkins/
  • main/
  • docs/
  • POLLBUILDFILTEREXCDEPOTPATH.md
  • Markdown
  • View
  • Commits
  • Open Download .zip Download (730 B)

Exclude Changes From Depot Path

Changes can be filtered to not trigger a build if all of the files within a change match the specified path.
Exclude Changes From Depot Path

For example, with a filter of: //depot/main/tests:

  • The change below is filtered because all of the files within the the change match the filter path: //depot/main/tests/index.xml //depot/main/tests/001/test.xml //depot/main/tests/002/test.xml
  • The change below is not filtered because build.xml is outside of the filter path: //depot/main/src/build.xml //depot/main/tests/004/test.xml //depot/main/tests/005/test.xml

Click the browser Back button to go back to the previous page.

# Exclude Changes From Depot Path
Changes can be filtered to not trigger a build if all of the files within a change match the specified path.  
![Exclude Changes From Depot Path](images/pollbuildfilterexcdepotpath.png)

**For example, with a filter of:**
`//depot/main/tests`:
- The change below is filtered because all of the files within the the change match the filter path:
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
- The change below is not filtered because `build.xml` is outside of the filter path:
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
`//depot/main/tests/005/test.xml`

Click the browser **Back** button to go back to the previous page. 
# Change User Description Committed
#1 24139 Paul Allen Merge pull request #72 from p4kevin/master
Updates to Freestyle documentation.