Custom build progress notification messages.

I was wondering if it is possible to customize what is displayed as a status message during a build based on what is being written to the build log. I'm not talking about messages but rather something a plugin could do.

Thanks

0
1 comment

Please take a look at jetbrains.buildServer.serverSide.TextStatusBuilder. You can create your own extension which will implement this interface and either define it as Spring bean or register extension in ExtensionHolder.

--
Pavel Sher

Edited by: Pavel Sher (Jetbrains) on Oct 31, 2008 1:33 AM

0

Please sign in to leave a comment.