Question

Background: I'm evaluating Hudson to replace our TeamCity CI server for building C++ and .NET projects on Windows and Linux. One of the TeamCity features I use extensively is Publishing Artifacts while the Build is still in progress.

Question: Is there a way in Hudson to publish artifacts on demand as soon as they have been generated?

Was it helpful?

Solution

The built in artifact publishing in Hudson does not occur until the build is complete. If you are using some other mechanism to publish your artifacts from within your build scripts then the scripts can do that whenever you want.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top