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

See what package code is trying to be compiled in Jenkins

asked 2015-04-28 13:11:31 -0500

atp gravatar image

updated 2015-04-28 13:11:54 -0500

Is it possible to see what code is trying to be compiled for a recently released package in Jenkins? This is a comment from another question but I thought that this deserves its own thread, and that it is relevant for other people because, for instance, someone might have uploaded code from the wrong repository branch, etc.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-04-28 13:53:45 -0500

Dirk Thomas gravatar image

You can find the information by foing through the following steps:

Note: checking out 'debian/ros-indigo-roscpp_1.11.12-0_saucy'.

  • at the end of the log you will find a reference to the release / GBP repository

gbp-clone https://github.com/ros-gbp/ros_comm-release.git

The README In the release repository will state the exact version tag as well as the upstream repository where the code for that branch is coming from, e.g. https://github.com/ros-gbp/ros_comm-r...

As a shortcut you can always look at the ROS distribution file ( https://github.com/ros/rosdistro/blob... ) but that information might have changes recently so you might not see the correct information for the last build there.

edit flag offensive delete link more

Comments

Thanks! According to the ROS distribution file, it is using the correct branch of my repository. However, where does it show which branch is used within http://jenkins.ros.org/job/ros-indigo...

atp gravatar image atp  ( 2015-04-30 10:15:19 -0500 )edit

The binary job builds the code from the sourcedeb (which you can download from the apt-repo). If you want to know about the upstream code go to the corresponding source job ( http://jenkins.ros.org/job/ros-indigo... ) and follow my comments from the answer.

Dirk Thomas gravatar image Dirk Thomas  ( 2015-04-30 12:24:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-04-28 13:11:31 -0500

Seen: 126 times

Last updated: Apr 28 '15