Buildflow/workflow executes code block till next build step even after failure

2016-03-13 Thread Jayan M N
Here is my FlowScript. `dev.AlwaysFail` is job that will always fail. def afterFail=false; def afterFail_2= false; guard { b = build( "dev.AlwaysFail" ) out.println ("must not appear") //executed even after the error. afterFail = true; //executed even after the error. b = buil

token-macro

2016-03-13 Thread Slide
I have been working on updating the token-macro plugin to support some additional features. To do this, I switched from using regular expressions to match tokens to a simple PEG parser based on parboiled. All of the unit tests are passing within the plugin, but I didn't want to just do a normal rel

Re: simple build (DSL) for pipeline plugin

2016-03-13 Thread Michael Neale
Hi Martin. Yes that is quite confusing. Well for one, I used the "env" to mean the key in a closure that ends up in config, which is slightly naughty, given there is already an env global - so probably shouldn't do what I did ;) I am not sure why it wouldn't work like that - if you use double

Help for Maven Metadata Plugin

2016-03-13 Thread Hongguo An
Hi: I can't make Maven Metadata Plugin work, I installed it, but when I try to add a parameter, I don't see "List maven artifact versions from the drop-down. Do I need to setup anything first? Thanks -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

Re: Running Jenkins as a different Windows User

2016-03-13 Thread ayesha s
Hi Jerome, Thanks for looking into my query.I will try the steps you suggested and let you know if thhat helps. On Thursday, March 10, 2016 at 3:23:56 PM UTC+5:30, ayesha s wrote: > > > I have installed latest Jenkins LTS on windows server 2008 > > I need to change JENKINS_USER.How can I change