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 delay this from happening? Or a later hook I can attach to? Gavin On Mon, Oct 19, 2015 at 8:56 AM, Jesse Glick <[email protected]> wrote: > On Sat, Oct 17, 2015 at 1:40 PM, Gavin <[email protected]> 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 a topic in the > Google Groups "Jenkins Developers" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/jenkinsci-dev/Vcrmkqg3oW8/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr3Yed%3Drg3FfiBSwc7-E1bj--qpG8-d2EU0xg6UY7qKdNA%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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Duuo8DpntukqW-He3KNU2Fykb9QRqzTJ%3DPvtsPfxZmN_Gw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
