Re: Announcing the Pipeline Authoring SIG

2018-10-31 Thread Jesse Glick
On Wed, Oct 31, 2018 at 11:24 AM Andrew Bayer wrote: > the jenkinsci/pipeline-authoring-sig Gitter room https://gitter.im/jenkinsci/pipeline-authoring-sig that is. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this

Announcing the Pipeline Authoring SIG

2018-10-31 Thread Andrew Bayer
Hey all! Now that DevOps World/Jenkins World season has wrapped up, I'm officially kicking off the Pipeline Authoring SIG. I proposed it in https://groups.google.com/forum/#!topic/jenkinsci-dev/nJ1XWyzBMSw, but now I've started creating the infrastructure for the SIG, including the

Re: reading JSON values for multiple descriptors

2018-10-31 Thread Nikhil Bhoski
Thanks Alot , Well explained . On Wednesday, 31 October 2018 15:19:25 UTC+5:30, Ullrich Hafner wrote: > > > > Am 31.10.2018 um 08:36 schrieb Nikhil Bhoski >: > > Hi Jesse, > > I am pasting actual code here (Sorry dont have git link for same). My > actual issue is accessing the values that we

Re: reading JSON values for multiple descriptors

2018-10-31 Thread Ullrich Hafner
> Am 31.10.2018 um 08:36 schrieb Nikhil Bhoski : > > Hi Jesse, > > I am pasting actual code here (Sorry dont have git link for same). My actual > issue is accessing the values that we are setting in the descriptors in my > builders perform method as all my descriptors are public static

Re: Growing community via a stronger Twitter presence

2018-10-31 Thread arch
We should think about the concerns. But maybe running WeChat Service Account in a local company is a better solution for now. To make sure the Jenkins Board members have the full control is necessary. So other people could make a request to join the management team. I'll discuss about the details

Re: Read JSON request

2018-10-31 Thread Nikhil Bhoski
I have Describable set in databound constructor however I am not sure how can i access values of my static classes (Auto/custom) within perform method of Builder Code snipped below : https://github.com/nikhilbhoski/TestPlugin/blob/master/HelloMytool.java On Tuesday, 30 October 2018 19:07:55

Re: Growing community via a stronger Twitter presence

2018-10-31 Thread Oleg Nenashev
Yes, it was discussed above. Jenkins project cannot provide this data, because it has no legal entity. My suggestion would be to register a chat on a local company as you suggested above: 1. Select a name for the chat, e.g. "Jenkins WeChat Channel" or whatever cool (I am bad at naming)

Re: reading JSON values for multiple descriptors

2018-10-31 Thread Nikhil Bhoski
Adding git path for same Code https://github.com/nikhilbhoski/TestPlugin/blob/master/HelloMytool.java On Tuesday, 30 October 2018 19:39:52 UTC+5:30, Jesse Glick wrote: > > On Mon, Oct 29, 2018 at 7:51 AM Nikhil Bhoski > wrote: > > i have as many classes as my dropdown list options.

Re: reading JSON values for multiple descriptors

2018-10-31 Thread Nikhil Bhoski
Hi Jesse, I am pasting actual code here (Sorry dont have git link for same). My actual issue is accessing the values that we are setting in the descriptors in my builders perform method as all my descriptors are *public static nested classes*. only option i have is instance of my describable