On this page
There are 3 ways to use the addRepository action:
- Add a repository directly to a plan - see the discussion below and make sure you specify the plan parameter.
- Add a linked (global) repository - see the discussion below and do not specify the plan parameter.
- Associating a linked repository to a plan - see How to add a linked repository to a plan.
The addRepository action can be used to add source repositories to a plan or as a linked repository. However, you must know the parameter fields that each repository uses and needs. The following gives some examples. If the repository you want is not one of the examples, the parameters can be discovered similar to the following: How to determine fields for addRepository. If you get errors, you will need to debug the field problem by using the url used by the CLI tool in a browser so the errors are more prevalent. Run the action with --verbose and look for url that is being used and failing. This is the best that can be done until Bamboo provides proper REST APIs to help with this scenario.