views:

25

answers:

1

Can anyone explain how the FileSet includes work in hudson? Maybe with a simple example. What if i want the archiver to list all the *.jar in my workspace for the various builds.

Any ideas?

A: 

As the help says:

Can use wildcards like 'module/dist/*/.zip'. See the @includes of Ant fileset for the exact format. The base directory is the workspace.

Example: *.jar

William Leara

related questions