Using a plan variable in Plan repository url

AF KL Customer August 26, 2014

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 ...

1 answer

0 votes
pradhyumna shrestha October 23, 2014

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events