Changesets since last successful builds

Hi,

the notification mail for builds does include the changesets for that build. However, there is an issue, when a build fails. The next (successful) build will not contain the changesets that were part of the failed build. The trigger is configured to list “All changesets since last successful build”. I expect the latest build to list all builds! Is this a bug, a configuration issue or else, what am i missing?

Thomas

Hi Thomas,

Thank you for reporting this bug. The trigger code was looking for the last finished build rather than last successful build when associating changesets for the triggering repository. This will be fixed in the next version.

Great! Thanks a lot Dave.

Thanks Dave for providing a fix so soon, almost in realtime :wink:

Fixed in Continua CI - v1.9.0.216

  • Fix: When build was started from a trigger, the “All changesets since last successful build” option for the Associated Changesets setting was associating changesets since the last finished build rather than since the last successful build for the triggering repository.
1 Like