• 2.343

      It would be nice if the Jenkins startup log for permanent slaves would output what protocols it was using to communicate with the master.

      Current behavior

      Right now the startup log looks something like:

      JNLP agent connected from localhost/127.0.0.1
      Slave.jar version: 3.3
      This is a Unix agent
      NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
      Agent successfully connected and online
      

      Desired output

      Underneath Slave.jar version would be a good place to output the communication protocol. Something along the lines of:

      JNLP agent connected from localhost/127.0.0.1
      Slave.jar version: 3.3
      Communication Protocol: Java Web Start Agent Protocol/4
      This is a Unix agent
      NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
      Agent successfully connected and online
      

      Using the protocol getDisplayName() method.

          [JENKINS-40700] Display communication protocol in agent logs

          Sam Gleske created issue -
          Sam Gleske made changes -
          Link New: This issue relates to JENKINS-36871 [ JENKINS-36871 ]
          Sam Gleske made changes -
          Description Original: It would be nice of the Jenkins startup log for permanent slaves would output what protocols it was using to communicate with the master.

          h1. Current behavior

          Right now the startup log looks something like:

          {code:none}
          JNLP agent connected from localhost/127.0.0.1
          Slave.jar version: 3.3
          This is a Unix agent
          NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
          Agent successfully connected and online
          {code}

          h1. Desired output

          Underneath {{Slave.jar version}} would be a good place to output the communication protocol. Something along the lines of:

          {code:none}
          JNLP agent connected from localhost/127.0.0.1
          Slave.jar version: 3.3
          Communication Protocol: Java Web Start Agent Protocol/4
          This is a Unix agent
          NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
          Agent successfully connected and online
          {code}

          Using the protocol {{getDisplayName()}} method.
          New: It would be nice if the Jenkins startup log for permanent slaves would output what protocols it was using to communicate with the master.

          h1. Current behavior

          Right now the startup log looks something like:

          {code:none}
          JNLP agent connected from localhost/127.0.0.1
          Slave.jar version: 3.3
          This is a Unix agent
          NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
          Agent successfully connected and online
          {code}

          h1. Desired output

          Underneath {{Slave.jar version}} would be a good place to output the communication protocol. Something along the lines of:

          {code:none}
          JNLP agent connected from localhost/127.0.0.1
          Slave.jar version: 3.3
          Communication Protocol: Java Web Start Agent Protocol/4
          This is a Unix agent
          NOTE: Relative remote path resolved to: /home/sam/sandbox/jenkins
          Agent successfully connected and online
          {code}

          Using the protocol {{getDisplayName()}} method.
          Oleg Nenashev made changes -
          Assignee New: Oleg Nenashev [ oleg_nenashev ]
          Oleg Nenashev made changes -
          Epic Link New: JENKINS-38833 [ 175240 ]
          Oleg Nenashev made changes -
          Epic Link Original: JENKINS-38833 [ 175240 ] New: JENKINS-46154 [ 184393 ]
          Oleg Nenashev made changes -
          Assignee Original: Oleg Nenashev [ oleg_nenashev ]
          Oleg Nenashev made changes -
          Labels New: diagnostics newbie-friendly
          Long Nguyen made changes -
          Assignee New: Long Nguyen [ vulong237 ]
          Akihiro made changes -
          Assignee Original: Long Nguyen [ vulong237 ] New: Akihiro [ aki7m ]
          Mark Waite made changes -
          Remote Link New: This issue links to "Remoting PR-452 includes the protocol info in release 4.9 and later (Web Link)" [ 26898 ]

            aki7m Akihiro
            sag47 Sam Gleske
            Votes:
            2 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: