Any help/pointers would be appreciated.
thanks
-brad
If you're trying to access private branch or to write into a branch on launchpad, you need to set your lp id in bazaar.
The Jenkins plugin can't do it for now.
To do so, you have to launch the command 'bzr lp-login <YOUR_LP_LOGIN_TO_ACCESS_DATA>' (https://help.launchpad.net/Code/UploadingABranch#Pushing%20your%20Bazaar%20branch%20to%20Launchpad) and to define an ssh key (https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair) on your jenkins server (and slaves).
--
Alex