PR without answer for three weeks

2017-02-14 Thread Guillaume Delory
Hi all, I submitted a PR for the log parser plug-in 3 weeks ago and didn't get any answer. Looking at older PR, it looks like the maintainer hasn't been answering anything for more than a year. Any chance one of you could take a look and

Re: Checker runs once before applyNameRef, causing relative path to fail

2016-08-04 Thread Guillaume Delory
août 2016 22:58:25 UTC+2, Guillaume Delory a écrit : > > Hi, > > I'm trying to use validation on a field with a form a bit unusual because > it's using a lot of radioBlock and I need relative path. So I set up my > validation method like that: > > public FormValidati

Checker runs once before applyNameRef, causing relative path to fail

2016-08-04 Thread Guillaume Delory
Hi, I'm trying to use validation on a field with a form a bit unusual because it's using a lot of radioBlock and I need relative path. So I set up my validation method like that: public FormValidation doCheckIdcmsInputFile(@QueryParameter("value") final String value, @RelativePath("../..")

Re: Propagate JAAS Subject from Core Jenkins to Custom step plugin

2015-05-27 Thread Guillaume Delory
, but should get you closer. You'll probably need to write an authorization strategy to capture the JAAS subject and store it as a UserProperty On Tuesday, May 26, 2015, Guillaume Delory gde...@gmail.com javascript: wrote: Hi everyone, I'm running Jenkins in WebSphere 8.5 to manage

Propagate JAAS Subject from Core Jenkins to Custom step plugin

2015-05-26 Thread Guillaume Delory
Hi everyone, I'm running Jenkins in WebSphere 8.5 to manage authentication. It works fine and I can get the JAAS Subject in the Script Console by doing: println com.ibm.websphere.security.auth.WSSubject.getCallerSubject() I also wrote a plugin that adds a simple custom step (extending the