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

SSH Agent plugin doesn't work well with docker pipelines

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Critical Critical
    • ssh-agent-plugin
    • None

      I've tried

      dockerImage.inside {
        sshagent([...]) {
          sh '...'
        }
      }
      

      and this appears to fail because the ssh-agent gets launched but then the next command
      appears to be ssh-agent -k which kills the process before the sh step has a chance to run despite the sh command being inside the sshagent block.

      And also

      sshagent([...]){
        dockerImage.inside {
          sh '...'
        }
      }
      

      fails (I think) for a more predictable reason: the ssh-agent stays running and the env variables get
      set correctly inside the container, however the socket is in /tmp on the container server which is not visible to the container (by default).

          [JENKINS-43050] SSH Agent plugin doesn't work well with docker pipelines

          Erik Lattimore created issue -
          Jesse Glick made changes -
          Link New: This issue blocks JENKINS-36997 [ JENKINS-36997 ]
          Erik Lattimore made changes -
          Resolution New: Cannot Reproduce [ 5 ]
          Status Original: Open [ 1 ] New: Closed [ 6 ]
          Ihor Sviziev made changes -
          Status Original: Closed [ 6 ] New: In Review [ 10005 ]
          Ihor Sviziev made changes -
          Status Original: In Review [ 10005 ] New: In Progress [ 3 ]
          Ihor Sviziev made changes -
          Resolution Original: Cannot Reproduce [ 5 ]
          Status Original: In Progress [ 3 ] New: Open [ 1 ]
          krishnababu reddy made changes -
          Priority Original: Minor [ 4 ] New: Critical [ 2 ]
          Jesse Glick made changes -
          Link New: This issue is duplicated by JENKINS-50104 [ JENKINS-50104 ]
          Jesse Glick made changes -
          Link New: This issue relates to JENKINS-64910 [ JENKINS-64910 ]

            Unassigned Unassigned
            elatt Erik Lattimore
            Votes:
            3 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated: