Problem with Jenkins / bloom-release
Hello,
I am struggling with a persistent error with one of my packages: in the past we have done several releases (bloom-release) without problems, but since a few weeks ago Jenkins is persistently complaining about:
Invoking 'git clone --branch debian/ros-kinetic-mrpt-ekf-slam-3d_0.1.1-0_jessie --depth 1 --no-single-branch https://github.com/mrpt-ros-pkg-release/mrpt_slam-release.git /tmp/sourcedeb/source'
Cloning into '/tmp/sourcedeb/source'...
fatal: Remote branch debian/ros-kinetic-mrpt-ekf-slam-3d_0.1.1-0_jessie not found in upstream origin
Indeed, that branch does not exist: I can only see these tags:
debian/ros-kinetic-mrpt-ekf-slam-3d_0.1.1-0_xenial
debian/ros-kinetic-mrpt-ekf-slam-3d_0.1.1-0_willy
Here is the complete log: http://build.ros.org/job/Ksrc_dJ__mrp...
My actual questions are:
1) Is there something that I might have done wrong while releasing the package with bloom-release
?
2) If not, how can I fix it, apart of doing a "fake" new release as a workaround?