New Plugin: Build Description Setter

2014-08-22 Thread Christian Galsterer
Hi, I created a new plugin which allows to set the build description with support for macros from the Token Macro Plugin. My Github ID is:christiangalsterer The repo is available at https://github.com/christiangalsterer/build-description-setter-plugin Would be nice if you can create a new

Re: workflow-plugin development issue on windows

2014-08-22 Thread Jacob Vallejo
Thanks for the help Jesse! I did end up trying 'mvn build' (I believe it was - thanks to danielbeck for that - from the root level) and that worked. I'm not sure if that worked properly though. I'll give this try today and see if I can run my fork locally with everything working. I'll send

Re: workflow-plugin development issue on windows

2014-08-22 Thread Jacob Vallejo
Err, I meant 'mvn install', with no '-DskiTests' as per danielbeck's advice. On Friday, August 22, 2014 11:53:02 AM UTC-4, Jacob Vallejo wrote: Thanks for the help Jesse! I did end up trying 'mvn build' (I believe it was - thanks to danielbeck for that - from the root level) and that worked.

Re: New Plugin: Build Description Setter

2014-08-22 Thread oliver gondža
On Fri, 22 Aug 2014 17:47:14 +0200, Christian Galsterer christian.galste...@gmx.de wrote: Hi, I created a new plugin which allows to set the build description with support for macros from the Token Macro Plugin. My Github ID is:christiangalsterer The repo is available at

Re: workflow-plugin development issue on windows

2014-08-22 Thread Jesse Glick
On Fri, Aug 22, 2014 at 11:54 AM, Jacob Vallejo jacob.vall...@xamarin.com wrote: I meant 'mvn install', with no '-DskipTests' At least on Linux this ought to work. I have not tried running tests from Windows and expect that many will fail since they rely on the ‘sh’ step. -- You received this

Re: New Plugin: Build Description Setter

2014-08-22 Thread Christian Galsterer
Hi, I'm aware of this plugin, but it follows a complete different approach. It parses the log output using a regex expression. Not always the required information is available in the log output or it is simply easier to use the macros from the Token Macro Plugin as many other plugins also do,

Re: New Plugin: Build Description Setter

2014-08-22 Thread Daniel Beck
Can't you make this into a second mode of operation? Something like: # Set build name (o) based on the build log, a line matching the regular expression: [___] ( ) to the fixed expression (supports build variables): [] I generally don't like how some plugins couple barely

Re: Token Macro expansion doesn't seem to be supported in job parameters

2014-08-22 Thread Paul Sokolovsky
Hello, On Tue, 19 Aug 2014 08:40:35 -0700 Slide slide.o@gmail.com wrote: I don't think that the token macro stuff should be integrated into the core. There are other ways of generating parameter values to pass along, I believe the EnvInject plugin is the way to go. Integrating Token

Re: Token Macro expansion doesn't seem to be supported in job parameters

2014-08-22 Thread Slide
One option might be to use the token macro in a groovy script from the EnvInject (I believe it supports groovy scripts for setting variables). I don't know of any other way of doing it. On Fri, Aug 22, 2014 at 12:07 PM, Paul Sokolovsky paul.sokolov...@linaro.org wrote: Hello, On Tue, 19 Aug