Re: Jelly: optional section that depends on the current value in dropdown

2013-12-19 Thread Mathieu Wang
TriggerConfig, and leave only one field in my old class, whose name matches the name of the dropdownList. It seems that this refactoring will cause a lot of pain when handling backward compatibility. Do you have any suggestions to that? Thanks Mathieu Wang On Thursday, December 19, 2013 7:25

Jelly: optional section that depends on the current value in dropdown

2013-12-18 Thread Mathieu Wang
es the structure of the entire JSON object by adding one more level to it, thus needing refactoring on the DataBoundConstructor, which I don't want. Does anyone have an idea how to solve this problem? Thanks in advance! Mathieu Wang -- You received this message because you are subscribed t

Re: Beta release of Gerrit Trigger plugin 2.11.0

2013-12-12 Thread Mathieu Wang
Yes, this variable is not used anywhere, so we can remove the tag safely. On Thursday, December 12, 2013 4:41:15 AM UTC-5, Robert Sandell wrote: > > Actually the GerritTrigger class is quite explicit in its declaration to > Jenkins that it asserts AbstractProject to be the item it is added to. >

Throwing AbortException in Publisher prints stacktrace - Submit as JIRA issue?

2013-11-19 Thread Mathieu Wang
Hi, I am implementing a Recorder in my plugin, and I throw AbortExceptions in the overridden "perform" method to indicate a build failure. Unlike what is described in the javadoc of AbortException, I get the full stacktrace in my build output log. So I've traced the problem back to AbstractBuil