Hi, displaying artifacts in the UI after a build is a built-in functionality, it just needs to be configured. I'm not sure what you mean with "during the build". Maybe you can describe your builder plugin a bit more detailed.
Progress or errors are normally reported in the console output. Every plugin can write to the console. Hth, Fred On Thursday, April 12, 2012 7:01:09 PM UTC+2, Simone wrote: > > Anyone? > > On Friday, April 6, 2012 6:14:43 PM UTC+2, Simone wrote: >> >> Hello, I would like to port a builder plugin originally built for >> TeamCity to Jenkins. I have followed the very good plugin development >> tutorial and it appears it should not be hard to do but being a newbie to >> Jenkins I am not sure how it deals with a couple other things. >> Is it possible, during the build, to produce "artifacts" which can be >> displayed in the web UI either during the build or after the build >> completes? Also, is there a way to report progress/errors of the build? >> >> Thank you >> >
