-
Bug
-
Resolution: Unresolved
-
Minor
-
None
If you set a list of Mercurial modules for a job, currently you have to give literal directory names. Since these paths are only interpreted by Hudson code (not passed to Hg), it would be nicer if you could specify an Ant-style patternset, e.g.
*profiler*/,nbbuild/**/*.java
There is a compatibility problem in that currently dir names are not expected to end with '/', whereas this is required for an Ant pattern.
- is related to
-
JENKINS-7239 Support Excluded Regions in SCM Polling
- Open