Re: Upgrading Plugin to use Credentials

2016-01-07 Thread Jesse Glick
On Thu, Jan 7, 2016 at 3:16 PM, Gavin wrote: > I'm getting ready to merge and do a release and realized a code review from > credentials experts might be a good plan. Stephen Connolly would be the best person to ask. -- You received this message because you are subscribed to

Re: Upgrading Plugin to use Credentials

2015-11-20 Thread 'Jesse Glick' via Jenkins Developers
On Thu, Nov 19, 2015 at 6:19 PM, Gavin Mogan wrote: > Is there a way to setup a parent default credential? (job -> folder -> global) There is not currently any support for per-job credentials (JENKINS-27398), but per-folder credentials are routine. The user may configure

Re: Upgrading Plugin to use Credentials

2015-11-19 Thread Gavin Mogan
I really had not played with the credentials stuff before. This is really a great addition. Is there a way to setup a parent default credential? (job -> folder -> global) Right now I'm doing this by hand, but it gets kinda complicated if i want to support folders as well. On Sat, Nov 14, 2015

Re: Upgrading Plugin to use Credentials

2015-11-14 Thread Jesse Glick
`ItemListener.onLoaded` perhaps. -- 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

Re: Upgrading Plugin to use Credentials

2015-11-13 Thread Gavin Mogan
https://github.com/jenkinsci/sauce-ondemand-plugin/blob/master/src/main/java/hudson/plugins/sauce_ondemand/PluginImpl.java I've added a readResolve to that to create credentials like ssh-plugin does. I've noticed SystemCredentialsProvider.getInstance is null at this time. Is there a proper way to

Re: Upgrading Plugin to use Credentials

2015-10-19 Thread Jesse Glick
On Sat, Oct 17, 2015 at 1:40 PM, Gavin wrote: > I won't turn down any examples on upgrading to credentials though. `ssh-plugin` IIRC. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and