And from https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin :
Version 1.0 (Aug 7, 2013) - Upgrade dependencies to SSH Credentials Plugin 1.0<https://wiki.jenkins-ci.org/display/JENKINS/SSH+Credentials+Plugin> and Credentials Plugin 1.6<https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin> and migrated code from legacy data type to the new StandardCredential based types. - *NOTE: It will not be possible to* *downgrade* *to previous releases without risking the loss of some configuration data*. On Wed, Aug 7, 2013 at 11:38 AM, Jeff <[email protected]> wrote: > Also from > https://wiki.jenkins-ci.org/display/JENKINS/SSH+Credentials+Plugin > > Version 1.0 (Aug 7, 2013) > > - Upgrade to Credentials Plugin > 1.0<https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin> and > migrate to new data types. > - Any existing plugins that request credentials of type > SSHUserPrivateKey explicitly will be unaffected. > - If an existing plugin requests credentials of > type BasicSSHUserPassword the resolution mechanism will handle the mapping > to a concrete StandardUsernamePasswordCredentials transparently > - If an existing plugin requests credentials of the base interface > type SSHUser it will not be able to locate and > StandardUsernamePasswordCredentials implementations and will need to be > adapted to integrate correctly with the new class tree. > - SSHAuthenticator.matcher() and SSHAuthenticator.matcher(Class< > Connection type>) can be used to retrieve a CredentialsMatcher to narrow > the search for appropriate credentials. > - *NOTE: This version requires the* *SSH Slaves > plugin<https://wiki.jenkins-ci.org/display/JENKINS/SSH+Slaves+plugin> > * *be upgraded to at least version 1.0 or it will break the installed > SSH Slaves plugin.* > - *NOTE: This version modifies the configuration data format from a > format that can be read by version 0.4 to a format that can only be read by > 1.0 or newer. It will not be possible to downgrade from 1.0 to a previous > release without risking configuration data loss. * > > > > On Wed, Aug 7, 2013 at 11:37 AM, Jeff <[email protected]> wrote: > >> yes...and I'm running the following versions of plugins with Jenkins >> v1.526: >> >> - Jenkins SSH plugin v2.3 >> - Jenkins SSH Slaves plugin v1.0 >> - SSH Credentials Plugin v1.0 >> >> I believe the last 2 are tied together and must both be at v1.0 >> >> >> On Wed, Aug 7, 2013 at 11:28 AM, Jared Griffith < >> [email protected]> wrote: >> >>> It says that the version that I am running is not compatible with the >>> new SSH Slaves plugin. Are you running 1.526 as well? >>> >>> >>> On Wed, Aug 7, 2013 at 10:24 AM, Jeff <[email protected]> wrote: >>> >>>> I just ran into that....when I did the upgrade and updated all plugins, >>>> the Jenkins SSH Slaves plugin was still at v0.27. You must upgrade it to >>>> version 1.0. I had to force the update check for it to see it. >>>> >>>> >>>> On Wed, Aug 7, 2013 at 11:21 AM, Jared Griffith < >>>> [email protected]> wrote: >>>> >>>>> Hopefully I can get a quicker response from the group. I just >>>>> upgraded Jenkins to the latest version 1.526 and now my slave nodes won't >>>>> start at all. I created a ticket for it, but have yet to get a response. >>>>> Trying to downgrade the application has not resolved the issue. I'm at a >>>>> loss since I need all of my nodes to be working properly. >>>>> Here's the ticket I created: >>>>> https://issues.jenkins-ci.org/browse/JENKINS-19104 >>>>> >>>>> -- >>>>> >>>>> Jared Griffith >>>>> Linux Administrator, PICS Auditing, LLC >>>>> P: (949) 936-4574 >>>>> C: (909) 653-7814 >>>>> >>>>> <http://www.picsauditing.com> >>>>> >>>>> 17701 Cowan #140 | Irvine, CA | 92614 >>>>> >>>>> Join PICS on LinkedIn and Twitter! >>>>> >>>>> <https://twitter.com/PICSAuditingLLC> >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Jenkins Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>> >>>>> >>>>> >>>> >>>> >>>> >>>> -- >>>> Jeff Vincent >>>> See my LinkedIn profile at: >>>> http://www.linkedin.com/in/rjeffreyvincent >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Jenkins Users" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/groups/opt_out. >>>> >>>> >>>> >>> >>> >>> >>> -- >>> >>> Jared Griffith >>> Linux Administrator, PICS Auditing, LLC >>> P: (949) 936-4574 >>> C: (909) 653-7814 >>> >>> <http://www.picsauditing.com> >>> >>> 17701 Cowan #140 | Irvine, CA | 92614 >>> >>> Join PICS on LinkedIn and Twitter! >>> >>> <https://twitter.com/PICSAuditingLLC> >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Jenkins Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> >> >> -- >> Jeff Vincent >> See my LinkedIn profile at: >> http://www.linkedin.com/in/rjeffreyvincent >> > > > > -- > Jeff Vincent > See my LinkedIn profile at: > http://www.linkedin.com/in/rjeffreyvincent > -- Jeff Vincent See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
