When configuring the repository url for a plan, is it possible to use a plan variable ?
For instance:
http://ourbamboo.com/${bamboo.projectname}.git
On our Bamboo server, we have a strange side effect.
In several projects, a lot of branches of other repositories than the default are automatically created. However, they aren't declared in the plan and of course not present in the default repository. We're faced with a lot of errors in our logs with the message:
Branch has probably been removed.
Maybe it's related ...
You don't have to use the source checkout task.
you can just use a simple bamboo script task and add
# check if the git has already checked out the build if not do following
git clone <your repository>...
Just use the repository for trigger.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.