views:

18

answers:

1

I would like to create an archive of the *.jar files in hudson. Currently it does not list the *.jar files created by the build. Is there an addon for this, or is there setup required, if so where?

Here is what I would like it to look like. current Here is what i currently have. alt text edit: also do i need to play with include sets in order to get this working?

+1  A: 

Edit the project properties. Click on the option "Archive the artifacts", and enter a pattern matching the artifacts you want to keep. For example, *.jar.

William Leara
would it be possible for me to also include an update site?
garbagecollector
now its saying that the directory i am pointing it to doesn't exist. even thought i am there in the console.
garbagecollector
The path is relative to the %workspace%.
William Leara
You can always use \*\*/\*.jar to say "scan the whole file tree and find all files that match '*.jar'".
Joe McMahon

related questions