Form autocomplete does not pass expected query parameters

2019-02-15 Thread stephenshank via Jenkins Developers
I am attempting to use the text box auto completion feature based on the 
example provided in the ui-samples plugin here 

. 

In the jelly file one of the entries is this:






Then in the Descriptor there is a method with this header:

public AutoCompletionCandidates doAutoCompleteProjectId(
@AncestorInPath Jenkins context,
@QueryParameter("projectId") final String projectId,
@QueryParameter("credentialsId") final String credentialsId)


When I look at the requests generated in my plugin, I see requests like this:

http://.../descriptorByName//autoCompleteProjectId?value=asdf


However for the form validation doCheckProjectId which uses the same query 
parameters I see requests like this:

http://.../descriptorByName//checkProjectId?value=asdf=asdf=...


The behavior of doFillXXXItems is the same as doCheckXXX in that I can specify 
other query parameters which are

other entries in the same form, and update the contents of the drop down 
dynamically. I'd like to be able to determine

the autocomplete candidates in a similar way, but right now the end result is 
that the Stapler response body has an

empty list of suggestions because my method returns an and empty list when the 
credentialsId is null.


I'm trying to figure out what the source of this discrepancy is. I understand 
that this uses the YUI autocomplete feature 

and I have a hunch that this fact is a huge part of the answer. I searched the 
jenkinsci organization on github and it 

seems that almost no one has deviated from using the query parameter "value", 
and the one that I saw did not use more 

than one query parameter. When I look up "jenkins autocomplete" I find 
references in various forms to the ui-samples plugin

above, or to JIRA issues about preventing auto completion of secure fields. 


If anyone else has tried to dynamically update the autocomplete candidates 
based on other entries in a form that would be 

helpful. I'd also be happy to hear a definitive "no, this functionality is not 
supported at the moment", file a feature request, and 

go back to using a drop down but that isn't ideal. Taking a step back, it would 
be nice to have "doFillXXX" for textboxes based 

on other fields in a form but that is something I do know isn't supported.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/4ff10c97-542a-488e-84dc-11fb13c39b36%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to maintain plugin GitHub Pull Request Builder

2019-02-15 Thread Daniel Beck



> On 30. Jan 2019, at 17:02, Hornsby, Peter (CAI - Kent) 
>  wrote:
> 
> I would to request that Peter Hornsby (me) and Michael Schloss  become 
> maintainers of the the following plugin:
> 

Hi Peter,

Looking at https://github.com/jenkinsci/ghprb-plugin it seems to be (somewhat) 
actively maintained, so please get Björn or another current maintainer to 
approve your request. It's possible the notice on the wiki is outdated.

Once that's given, please file a PR in 
https://github.com/jenkins-infra/repository-permissions-updater/ adding 
yourself to the plugin's list of maintainers. In the PR, add that you need 
GitHub commit access too (if so). Ideally this is where existing maintainers 
confirm the request as well.

Regards
Daniel

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/F5E37524-A1CD-412C-B416-F016AF9E1DE6%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Slide
I don't always have access to github when I have access to email.

On Fri, Feb 15, 2019 at 1:43 PM Joseph P  wrote:

> slide is right there in the second link to the PR 11 
>
> in any doubt: casz
>
> On Friday, February 15, 2019 at 4:43:54 PM UTC+1, slide wrote:
>>
>> What is your github username?
>>
>> On Fri, Feb 15, 2019 at 6:06 AM Joseph P  wrote:
>>
>>> Hi
>>>
>>> Here is my official request for maintainer rights for the mstest plugin
>>> :)
>>> https://github.com/jenkinsci/mstest-plugin
>>>
>>> Following several contact attempts
>>> https://github.com/jenkinsci/mstest-plugin/pull/11
>>>
>>> https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
>>> this comment makes me believe that this transfer could be handled
>>> immediately.
>>>
>>> I have of course also cc'ed the current maintainer
>>>
>>> Best regards
>>> Joseph Petersen
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to jenkinsci-de...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> --
>> Website: http://earl-of-code.com
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/5a7d16a3-90c5-444b-8111-480669801f5e%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVdRn%3D2FxG-Q-N1umEHCzJGVFY%2BW%2BT_G%3Dce_JKdD4xk6Fg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Slide
Done, you should have access now.

On Fri, Feb 15, 2019 at 1:49 PM Joseph P  wrote:

> Created cooperating repo permission PR:
> https://github.com/jenkins-infra/repository-permissions-updater/pull/1034
>
> On Friday, February 15, 2019 at 9:43:02 PM UTC+1, Joseph P wrote:
>>
>> slide is right there in the second link to the PR 11 
>>
>> in any doubt: casz
>>
>> On Friday, February 15, 2019 at 4:43:54 PM UTC+1, slide wrote:
>>>
>>> What is your github username?
>>>
>>> On Fri, Feb 15, 2019 at 6:06 AM Joseph P  wrote:
>>>
 Hi

 Here is my official request for maintainer rights for the mstest plugin
 :)
 https://github.com/jenkinsci/mstest-plugin

 Following several contact attempts
 https://github.com/jenkinsci/mstest-plugin/pull/11


 https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
 this comment makes me believe that this transfer could be handled
 immediately.

 I have of course also cc'ed the current maintainer

 Best regards
 Joseph Petersen

 --
 You received this message because you are subscribed to the Google
 Groups "Jenkins Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jenkinsci-de...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>
>>> --
>>> Website: http://earl-of-code.com
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/d6b28c5a-a2f4-4d1c-b8d7-c4551f2e34c1%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVdRENA2vhVck8VHWk5cm-tS6f9zitDAE7nAwiZWTZNjAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request for Input: 2 weeks comment period for moving to the CDF

2019-02-15 Thread Kohsuke Kawaguchi
Ah, code signing keys. Great point.

On Fri, Feb 15, 2019 at 12:28 PM Slide  wrote:

> This sounds great, especially after discussing with Tyler about code
> signing keys and how hard they are to get as an organization under the SPI.
> I think this will be a great thing for Jenkins.
>
> On Thu, Feb 14, 2019 at 7:30 AM R. Tyler Croy  wrote:
>
>> (replies inline)
>>
>> On Mon, 11 Feb 2019, Kohsuke Kawaguchi wrote:
>>
>> > This is the formal call for input for the decision to move the Jenkins
>> > project to the newly forming Continuous Delivery Foundation. (I was told
>> > that my earlier attempt
>> > 
>> to
>> > just change the subject didn't create a wholly new thread, hence this
>> email)
>>
>>
>> Thanks for splitting this out into a new thread, just to make sure people
>> have
>> the opportunity to see it.
>>
>>
>> I'm personally excited for this move, so if I am unable to attend the
>> meeting
>> next week due to work getting in the way, consider this my emphatic +1 in
>> support of Jenkins moving to the CDF!
>>
>>
>>
>>
>> Cheers
>>
>>
>> --
>> GitHub:  https://github.com/rtyler
>>
>> GPG Key ID: 0F2298A980EE31ACCA0A7825E5C92681BEF6CEA2
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to jenkinsci-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-dev/20190214143004.GO23906%40grape.brokenco.de
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> --
> Website: http://earl-of-code.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVeOSNsM08yGPr4D_ThcGT0pSS3LvArTdqd1HPoCxNyG9w%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Kohsuke Kawaguchi

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAN4CQ4wdbWmyWuz42wYwjPci8JOVAvkDJ0_QvN3iMKSBuGckYA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Joseph P
Created cooperating repo permission 
PR: https://github.com/jenkins-infra/repository-permissions-updater/pull/1034

On Friday, February 15, 2019 at 9:43:02 PM UTC+1, Joseph P wrote:
>
> slide is right there in the second link to the PR 11 
>
> in any doubt: casz
>
> On Friday, February 15, 2019 at 4:43:54 PM UTC+1, slide wrote:
>>
>> What is your github username?
>>
>> On Fri, Feb 15, 2019 at 6:06 AM Joseph P  wrote:
>>
>>> Hi
>>>
>>> Here is my official request for maintainer rights for the mstest plugin 
>>> :)
>>> https://github.com/jenkinsci/mstest-plugin  
>>>
>>> Following several contact attempts
>>> https://github.com/jenkinsci/mstest-plugin/pull/11
>>>
>>> https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
>>> this comment makes me believe that this transfer could be handled 
>>> immediately.
>>>
>>> I have of course also cc'ed the current maintainer
>>>
>>> Best regards
>>> Joseph Petersen
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "Jenkins Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jenkinsci-de...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>> -- 
>> Website: http://earl-of-code.com
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/d6b28c5a-a2f4-4d1c-b8d7-c4551f2e34c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Joseph P
slide is right there in the second link to the PR 11 

in any doubt: casz

On Friday, February 15, 2019 at 4:43:54 PM UTC+1, slide wrote:
>
> What is your github username?
>
> On Fri, Feb 15, 2019 at 6:06 AM Joseph P > 
> wrote:
>
>> Hi
>>
>> Here is my official request for maintainer rights for the mstest plugin :)
>> https://github.com/jenkinsci/mstest-plugin  
>>
>> Following several contact attempts
>> https://github.com/jenkinsci/mstest-plugin/pull/11
>>
>> https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
>> this comment makes me believe that this transfer could be handled 
>> immediately.
>>
>> I have of course also cc'ed the current maintainer
>>
>> Best regards
>> Joseph Petersen
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jenkinsci-de...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
> -- 
> Website: http://earl-of-code.com
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/5a7d16a3-90c5-444b-8111-480669801f5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request for Input: 2 weeks comment period for moving to the CDF

2019-02-15 Thread Slide
This sounds great, especially after discussing with Tyler about code
signing keys and how hard they are to get as an organization under the SPI.
I think this will be a great thing for Jenkins.

On Thu, Feb 14, 2019 at 7:30 AM R. Tyler Croy  wrote:

> (replies inline)
>
> On Mon, 11 Feb 2019, Kohsuke Kawaguchi wrote:
>
> > This is the formal call for input for the decision to move the Jenkins
> > project to the newly forming Continuous Delivery Foundation. (I was told
> > that my earlier attempt
> > 
> to
> > just change the subject didn't create a wholly new thread, hence this
> email)
>
>
> Thanks for splitting this out into a new thread, just to make sure people
> have
> the opportunity to see it.
>
>
> I'm personally excited for this move, so if I am unable to attend the
> meeting
> next week due to work getting in the way, consider this my emphatic +1 in
> support of Jenkins moving to the CDF!
>
>
>
>
> Cheers
>
>
> --
> GitHub:  https://github.com/rtyler
>
> GPG Key ID: 0F2298A980EE31ACCA0A7825E5C92681BEF6CEA2
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/20190214143004.GO23906%40grape.brokenco.de
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVeOSNsM08yGPr4D_ThcGT0pSS3LvArTdqd1HPoCxNyG9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkins official kubernetes operator

2019-02-15 Thread Carlos Sanchez
I'll be sending a note to the group soon to close the dates
https://groups.google.com/forum/#!forum/jenkins-cloud-native-sig

On Fri, Feb 15, 2019 at 4:35 PM Tomasz Sęk  wrote:

>
> Hi Carlos,
>
> I can introduce operator at the next Cloud Native SIG meeting. Cloud you
> provide more information about meeting itself(agenda, video link etc.)?
>
> Regards,
> Tomasz
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/a2fd940c-f5ce-4928-b244-4e976d5e183c%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CALHFn6M6ja8LVjtcwLCqR%3D5Y%3DpviOGAGX_hUgwFWimuKxwitdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Slide
What is your github username?

On Fri, Feb 15, 2019 at 6:06 AM Joseph P  wrote:

> Hi
>
> Here is my official request for maintainer rights for the mstest plugin :)
> https://github.com/jenkinsci/mstest-plugin
>
> Following several contact attempts
> https://github.com/jenkinsci/mstest-plugin/pull/11
>
> https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
> this comment makes me believe that this transfer could be handled
> immediately.
>
> I have of course also cc'ed the current maintainer
>
> Best regards
> Joseph Petersen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>


-- 
Website: http://earl-of-code.com

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAPiUgVf7BPV%2BOa229X7HoV9cdA3Y8fEt7PR1kcdvHXN_3Mgcrw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkins official kubernetes operator

2019-02-15 Thread Tomasz Sęk

Hi Carlos,

I can introduce operator at the next Cloud Native SIG meeting. Cloud you 
provide more information about meeting itself(agenda, video link etc.)?

Regards,
Tomasz

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/a2fd940c-f5ce-4928-b244-4e976d5e183c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request to maintain plugin GitHub Pull Request Builder

2019-02-15 Thread Hornsby, Peter (CAI - Kent)
Hello All,


I would like to follow up with this request. What are the next steps I should 
take?


Thanks in advance!


-pjh


Peter Hornsby
Lead Technical Architect

10415 Morado Circle Bldg 1 Suite 100

Austin, TX 78759

m: 404.409.9158
email: peter.horn...@coxautoinc.com

[Cox Automotive]   [Cox Automotive][Cox Automotive]

"One man's magic is another man's engineering" - Robert Heinlein



From: jenkinsci-dev@googlegroups.com  on behalf 
of Hornsby, Peter (CAI - Kent) 
Sent: Wednesday, January 30, 2019 8:02:49 AM
To: jenkinsci-dev@googlegroups.com
Cc: Schloss, Michael (CAI - Austin); sam.mxra...@gmail.com
Subject: Request to maintain plugin GitHub Pull Request Builder


Hello all!


I would to request that Peter Hornsby (me) and Michael Schloss  become 
maintainers of the the following plugin:


GitHub Pull Request Builder Plugin


https://wiki.jenkins.io/display/JENKINS/GitHub+pull+request+builder+plugin

GitHub pull request builder plugin - Jenkins - Jenkins 
Wiki
wiki.jenkins.io
Hi there, I don't know if I should report this as actual bug, but as soon as I 
try to configure the job as described as above, I get a "Exception: 
java.lang.NullPointerException".


Our GitHub and Jenkins accounts are listed below.


Pete Hornsby

GitHub: phornsby7

Jenkins: phornsby7


Michael Schloss

GitHub: schlossm

Jenkins: schlossm



Thank you in advance and please let me know how me or Michael can help!


-pjh


Peter Hornsby
Lead Technical Architect

10415 Morado Circle Bldg 1 Suite 100

Austin, TX 78759

m: 404.409.9158
email: peter.horn...@coxautoinc.com

[Cox Automotive]   [Cox Automotive][Cox Automotive]

"One man's magic is another man's engineering" - Robert Heinlein



--
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CY4PR06MB2904AEC3C0198158568DC8E381900%40CY4PR06MB2904.namprd06.prod.outlook.com.
For more options, visit 
https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CY4PR06MB29043F4BDDC947CBD8BFE45081600%40CY4PR06MB2904.namprd06.prod.outlook.com.
For more options, visit https://groups.google.com/d/optout.


Re: Request maintainer for mstest-plugin

2019-02-15 Thread Joseph P
Sweet, we are good to go ✨

> Le ven. 15 févr. 2019 à 15:31, Ivo Bellin Salarin  a
> écrit :

Awesome, thanks! :-)
> You will see that the repository contains unreleased code, if you need
> help taking over just ask!


Best regards
Joseph Petersen

On Fri, Feb 15, 2019 at 3:33 PM Ivo Bellin Salarin  wrote:

> Sorry Joseph, you will have to transfer my reply to the Jenkins Dev
> mailing list, it has been bounced...
>
> Le ven. 15 févr. 2019 à 15:31, Ivo Bellin Salarin  a
> écrit :
>
>> Awesome, thanks! :-)
>>
>> You will see that the repository contains unreleased code, if you need
>> help taking over just ask!
>>
>> Le ven. 15 févr. 2019 à 14:06, Joseph P  a écrit :
>>
>>> Hi
>>>
>>> Here is my official request for maintainer rights for the mstest plugin
>>> :)
>>> https://github.com/jenkinsci/mstest-plugin
>>>
>>> Following several contact attempts
>>> https://github.com/jenkinsci/mstest-plugin/pull/11
>>>
>>> https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
>>> this comment makes me believe that this transfer could be handled
>>> immediately.
>>>
>>> I have of course also cc'ed the current maintainer
>>>
>>> Best regards
>>> Joseph Petersen
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs0bvHh2kM11fg2s3PCttPXkGHWVWHLYBefGBUt_yTyd6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Request maintainer for mstest-plugin

2019-02-15 Thread Joseph P
Hi

Here is my official request for maintainer rights for the mstest plugin :)
https://github.com/jenkinsci/mstest-plugin

Following several contact attempts
https://github.com/jenkinsci/mstest-plugin/pull/11

https://github.com/jenkinsci/mstest-plugin/pull/10#issuecomment-286546341
this comment makes me believe that this transfer could be handled
immediately.

I have of course also cc'ed the current maintainer

Best regards
Joseph Petersen

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CAHOoXs1DAycx4vecLvpSOpJdGXApo8%3DfA0X71BG2QpEPkgEO_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: jenkins official kubernetes operator

2019-02-15 Thread Carlos Sanchez
Would Tomasz or anyone else working on the operator like to introduce it at
the next Cloud Native SIG meeting the week of February 25th?


On Thu, Feb 14, 2019 at 7:35 AM Oleg Nenashev 
wrote:

> Hi Tomasz,
>
> Before I proceed with this request, would you like to start from an
> Experimental DocherHub organization?
> https://github.com/jenkinsci/jep/tree/master/jep/217
>
> BR, Oleg
>
> On Wednesday, February 13, 2019 at 9:03:08 PM UTC+1, Tomasz Sęk wrote:
>>
>>
>> Hi all,
>>
>> I've raised ticket INFRA-2013
>>  for Docker Hub
>> repository.
>>
>> Regards,
>> Tomasz
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/f3f55c14-8197-4ec0-8963-27c6301e7d24%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CALHFn6Oq%2BXdswtSDWMAsww%3DrbnZTpu29jRM2zTGccdoZxw2Ozg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: @QueryParameter in form validation is not filled for dropdownDescriptorSelector

2019-02-15 Thread Ullrich Hafner


> Am 15.02.2019 um 05:05 schrieb Jesse Glick :
> 
> On Thu, Feb 14, 2019 at 5:55 PM Ullrich Hafner  
> wrote:
>> I think there still I a bug in Stapler here
> 
> Does look that way. Please file it, and of course if you can track
> down the cause a PR would be great.
> 

It is already filed as https://issues.jenkins-ci.org/browse/JENKINS-50355 

(Is there no component for Stapler).

I found the root cause now as well. Stapler does not detect the parameter names 
since the validation methods are part of a non/public abstract class. There 
should be some warning or error printed by Stapler.
Where is this part of the code located?


> The only thing unusual I see about your example is the use of `int`,
> where most check methods would be accepting `String`s.
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3G_KpFqw%2Bz_B6TtkDGT%2BKHLaCJ%3D_dWSDAdQj06XwRxFg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/F281E93D-41F0-4B5A-8E85-A402DA3CB274%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Message signed with OpenPGP