This issue is archived. You can view it, but you can't modify it. Learn more

ExportXMLWordPrintable

      ExecRemoteAgentFactory.isSupported() calls ssh-agent -k. If SSH_AGENT_PID is set and pointing to a running ssh-agent, the isSupported test will terminate it.

      In ExecRemoteAgentFactory.java#L59 , it could be fixed by tweaking the environment with envs()

      launcher.launch().cmds("ssh-agent", "-k").envs("SSH_AGENT_PID=")...

            Assignee:
            Xavier Vergés
            Reporter:
            Xavier Vergés
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: