Hi guys, I have a problem described here http://pastebin.com/6DWwbU4A. I created job "adasd" and enabled build wrapper using rvm plugin with UI. I tried to do the same with groovy but no luck yet.Can anyone provide a quick tip how i should create wrapper class for later use? >From Jenkins source code i found this : getBuildWrappersList().add( wrapper) // This way we can wrap our build using wrapper object And here is the problem. How should i initialize wrapper correctly for RVM plugin to pass it to add method ? In tests i saw this "TestBuildWrapper wrapper = new TestBuildWrapper();".But what's a real implementation on this?
Regards -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
