Re: Workflow Plugin and Snippet Generator

2015-08-06 Thread Antonio Muñiz
On Thu, Aug 6, 2015 at 8:19 AM, Gregory Symons wrote: > what I've got works well enough for me for the time being If you still want to contribute, It'd be great if you perform some tests based on the PR using last releases of downstream plugins (basically the ones listed in https://wiki.jenkins

Re: Workflow Plugin and Snippet Generator

2015-08-05 Thread Gregory Symons
On Mon, Jul 27, 2015 at 1:19 PM, Jesse Glick wrote: > On Thu, Jul 2, 2015 at 11:40 AM, Gregory Symons > wrote: > > I'm currently working on updating the analysis suite plugins to work with > > the workflow plugin > > I hope you are coördinating with @amuniz who is also working on this? > > https

Re: Workflow Plugin and Snippet Generator

2015-07-27 Thread Manuel Jesús Recena Soto
And I'm working on making CheckStyle Plugin compatible with Workflow: https://issues.jenkins-ci.org/browse/JENKINS-29648 Regards, 2015-07-27 20:19 GMT+02:00 Jesse Glick : > On Thu, Jul 2, 2015 at 11:40 AM, Gregory Symons > wrote: >> I'm currently working on updating the analysis suite plugins to

Re: Workflow Plugin and Snippet Generator

2015-07-27 Thread Jesse Glick
On Thu, Jul 2, 2015 at 11:40 AM, Gregory Symons wrote: > I'm currently working on updating the analysis suite plugins to work with > the workflow plugin I hope you are coördinating with @amuniz who is also working on this? https://github.com/jenkinsci/analysis-core-plugin/pull/31 > when you gen

Re: Workflow Plugin and Snippet Generator

2015-07-06 Thread Gregory Symons
All my changes have been pushed to my Github forks: https://github.com/gregsymons/analysis-suite-plugin/tree/workflow-support. Note that while the github UI seems to magically know how to resolve the submodules, git itself won't, because I didn't update the submodule urls to point at my forks t

Re: Workflow Plugin and Snippet Generator

2015-07-05 Thread Oleg Nenashev
Hi Gregory, It would worth if you send a link to the current code state in your local branch. AFAIK workflow plugin operates with SimpleBuildSteps supporting DataBoundConstructors, and there can be issues with plugins using newInstance(). I'm not sure it's related to your case. четверг, 2 июля

Workflow Plugin and Snippet Generator

2015-07-02 Thread Gregory Symons
Hi all! I'm currently working on updating the analysis suite plugins to work with the workflow plugin, and I've got almost everything working, except the snippet generator doesn't seem to generate useful snippets. Since these plugins can take _a lot_ of parameters, I think it's really important