ros-infrastructure / jenkins_scripts

Scripts used on the build farm
5 stars 9 forks source link

fix devel jobs not handling ros/catkin#639 well with the changed working directory #73

Closed dirk-thomas closed 10 years ago

dirk-thomas commented 10 years ago

Working: http://jenkins.ros.org/job/devel-hydro-octomap/13/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=devel/console

Broking: http://jenkins.ros.org/job/devel-hydro-octomap/15/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=devel/console

The install location has changed since catkin_make_isolated is using PWD now which is not set correctly when the buildfarm script changes cwd.

@tfoote FYI

dirk-thomas commented 10 years ago

Modified patch committed: 56fd5f4953dd02529adf41f5c053d72676d01b7e

The custom install space must not be passed since it would be interpreted to the cwd again - rather then the passed workspace base.