This plugin integrates Bazaar version control system to Hudson. The plugin requires the Bazaar binary (bzr) to be installed on the target machine.
Plugin Information
With this plugin, you can designate a Bazaar repository as the "upstream" repository. Every build will then run "bzr pull" to bring the tip of this upstream repository. In a similar manner, polling will check if the upstream repository contains any new changes, and use that as the triggering condition of the new build.
Changelog
Version 1.6
- Don't set master env variables on slaves for bazaar's getRevId; parse only stdout when running revision-info -d, as stderr may get warnings.
Version 1.5
- Updated plugin to use newer SCM API
- Fixed an issue with bzr probing on cloud-based builders where the system needs to determine if it needs to create a builder, so it doesn't have a builder, so it can't test against the state of the workspace on the builder.
Version 1.4
- Patch from zigarn. Prunes extraneous revision from changeset list.
- Fixes NPE on commit without changes. Patch from zigarn.
Version 1.3
- Updated plugin to use revision id's instead of revision numbers to determine if a revision should be built or not.
Version 1.0