Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-69111

Jenkins 2.346.1 remoting lib dependency version 4.13.2 not compatible with any swarm-plugin version

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • swarm-plugin
    • None

      Jenkins 2.346.1 remoting library dependency version 4.13.2 not compatible with any swarm-plugin version.   This breakage was introduced in version 2.346.1 by this change:

       

       

      The closest to compatible release of the swarm plugin is version 3.31, but that uses remoting library version 4.13.

       

      If you pull the swarm-plugin-3.31 tag and update client/pom.xml as follows, that should fix it:

       

       diff --git a/client/pom.xml b/client/pom.xml
      index e552bec..e8796a0 100644
      --- a/client/pom.xml
      +++ b/client/pom.xml
      @@ -124,7 +124,7 @@
               <dependency>
                   <groupId>org.jenkins-ci.main</groupId>
                   <artifactId>remoting</artifactId>
      -            <version>4.13</version>
      +            <version>4.13.2</version>
               </dependency>
               <dependency>
                   <groupId>org.apache.httpcomponents.client5</groupId>
      

       

      Thanks.

            Unassigned Unassigned
            kallenforcepoint Kevin Allen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: