View Source

h1. Prerequisites
QuickBuild utilizes the Bazaar command (bzr) to interact with remote Bazaar repository. If this command is not in system path, you will need to specify location of the command by configuring Bazaar plugin as below:
!bazaar-plugin.png!

Further more, Bazaar command (bzr) location can be specified on a per-node basis by following below steps:
# Open Bazaar plugin setting page and define the Bazaar path property as:
{code}
${node.getAttribute("bzrPath")}
{code}
# For each node that does not have Bazaar on system path, define the user attribute _bzrPath_ to point to the actual Bazaar path like below:
!bzr-path.png!

*NOTE:* example above is just for demonstration, you can use any other user attribute name instead of _bzrPath_.

h1. Creating a Bazaar Repository