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

Jenkins build fails, then passes, then fails again

asked 2016-11-11 10:09:21 -0500

AndyZe gravatar image

I'm trying to release a package and the Jenkins build failed initially.

I committed some changes to fix the build, and it eventually passed.

But I'm still getting emails about failed builds, which I think are coming from the earlier commits. Should I just ignore those, since the latest commit passes?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2016-11-11 10:37:28 -0500

Dirk Thomas gravatar image

You have released a certain version of your repository (tagged and ran bloom). That state is what the binary jobs are processing.

You have then committed modification which are only being used by the devel jobs (which are building your development branch).

In order for the release jobs (which are still failing since they still build be previously released code) to use the new code you have to tag a new version and do a new release with bloom.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2016-11-11 10:09:21 -0500

Seen: 108 times

Last updated: Nov 11 '16