ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

Add support for SSH agent plugin. #175

Closed trainman419 closed 10 years ago

trainman419 commented 10 years ago

Add support for the SSH Agent Jenkins plugin. This allows me to store my SSH private keys on my jenkins master, and never install them on slaves.

tfoote commented 10 years ago

Looks good. Tested without argument, no changes to config. With ssh-key argument builds pass, with the ssh key still on the slave.

It did not work for me when I removed the ssh key from the machine and tried to use only the ssh-agent. If this works for you, I can debug more with you later.

trainman419 commented 10 years ago

Definitely works for me. IM me and I'll help you figure it out.