ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Solved the problem by adding a ssh host key for the jenkins-agent as mentioned below:
'jenkins-agent@ip-address':
key: AAAAB3NzaC1yc2EAAAADAQABAAAC
type: ssh-rsa
user: jenkins-agent
require: User[jenkins-agent]
2 | No.2 Revision |
Solved the problem by adding a ssh host key for the jenkins-agent as mentioned below:below in the common.yaml file:
'jenkins-agent@ip-address':
key: AAAAB3NzaC1yc2EAAAADAQABAAAC
type: ssh-rsa
user: jenkins-agent
require: User[jenkins-agent]