• Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Major Major
    • Jenkins host is linux, deploy location is also running linux

      I would like to be able to deploy to remote servers via ssh. I caught a glimpse of ssh deployment in the plugin description but could not get it to work. Is it implemented?
      https://wiki.jenkins-ci.org/display/JENKINS/ArtifactDeployer+Plugin

      Also some instructions in the plugin description would be hugely useful.

      Thanks,
      -Devin

          [JENKINS-12360] Deploy via ssh

          At the moment, only file is supported.
          Adding other protocols such as ssh is scheduled in my todo list for this plugin.

          Gregory Boissinot added a comment - At the moment, only file is supported. Adding other protocols such as ssh is scheduled in my todo list for this plugin.

          Thanks for the update, if I could program in java I would try to help...

          Being able to specify scp arguments would be hugely useful, something like:

          ssh://user@server:/path/to/folder/

          And then it would be expected that 'user' is in the ~/.ssh/authorized_keys file on 'server', so that a password doesn't need to stored in plain text on jenkins.

          Devin Linnington added a comment - Thanks for the update, if I could program in java I would try to help... Being able to specify scp arguments would be hugely useful, something like: ssh://user@server:/path/to/folder/ And then it would be expected that 'user' is in the ~/.ssh/authorized_keys file on 'server', so that a password doesn't need to stored in plain text on jenkins.

            gbois Gregory Boissinot
            devin_linnington Devin Linnington
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: