-
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
-
[JENKINS-5480] Support wildcards in job Hg module list
Description |
Original:
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. |
New:
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. {noformat}*profiler*/,nbbuild/**/*.java{noformat} There is a compatibility problem in that currently dir names are not expected to end with '/', whereas this is required for an Ant pattern. |
Link | New: This issue is related to JENKINS-7239 [ JENKINS-7239 ] |
Attachment | New: JENKINS-5480.diff [ 19804 ] |
Workflow | Original: JNJira [ 135572 ] | New: JNJira + In-Review [ 174339 ] |
Initial draft of patch. Test not yet passing.