Re: How to persist data in BuildStep's perform method?

2017-12-04 Thread Robert Sandell
Both Run (the base class for most build types) and Job (the base class for most Project types) implements Actionable which is the base class for anything that can store Actions. /B 2017-12-02 13:34 GMT+01:00 司芳源 : > Hi

Re: [Announce] Gerrit CI workflow to become a brand-new Jenkins plugin

2017-12-04 Thread Luca Milanesio
Apologies, as you may see by my delay in answering, I am very behind my scheduled backlog. I have received useful feedback during the past Jenkins User Summit and I am working in fixing the code base in that direction. I wouldn't like to share it before the refactoring, otherwise I may break

Re: How do I invoke java method with parameters from jelly page?

2017-12-04 Thread 司芳源
I managed to achieve this with a differenct approach, the same as dropdownlist in ui-examples. I put related configs in different dropdownlistblocks, each related to a descriptor. I inject all possible descriptors into jenkins, and in the dropdownlist's getDescriptors method, I return the