ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ssh problems in buildfarm

asked 2018-07-25 15:00:27 -0500

venkisagunner gravatar image

This is a continuation of this post. This is the error log from running lunar_rosdistro_cache job.

14:50:51 The command '/bin/sh -c python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y git python3-catkin-pkg-modules python3-rosdistro python3-yaml' returned a non-zero code: 100
14:50:51 Build step 'Execute shell' marked build as failure
14:50:51 SSH: Current build result is [FAILURE], not going to run.

I followed everything mentioned in the documentation. When I tried to test the connection in jenkins to the repo machine, the test configuration fails and sends me this error message.

Failed to connect or change directory
jenkins.plugins.publish_over.BapPublisherException: Failed to connect and initialize SSH connection. Message: [Failed to connect session for config [repo]. Message [Auth fail]]
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-07-26 16:28:06 -0500

venkisagunner gravatar image

updated 2018-07-26 16:28:45 -0500

Solved the problem by adding a ssh host key for the jenkins-agent as mentioned below in the common.yaml file:

 'jenkins-agent@ip-address':
        key: AAAAB3NzaC1yc2EAAAADAQABAAAC
        type: ssh-rsa
        user: jenkins-agent
        require: User[jenkins-agent]
edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-07-25 15:00:27 -0500

Seen: 613 times

Last updated: Jul 26 '18