When Bamboo is integrated with Atlassian's FishEye, you can:
- view the code changes that triggered a build
- explore a failed build in FishEye and jump directly into the changeset that broke the build
- view the history of the changeset to see what the author was trying to fix
- analyze the change using the side-by-side diff view
- open the relevant files in your IDE.
A Bamboo administrator can make links to individual source-code files available by connecting the plan to the source repository, as described below.
Bamboo では、次のレベルでリポジトリを指定できます。
- グローバル - Bamboo のすべてのプランでリポジトリを利用できます。
- プラン - Bamboo プランのすべてのジョブでリポジトリを利用できます。
- ジョブ - Bamboo ジョブのすべてのタスクでリポジトリを利用できます。
The recommended approach is to set up linked source repositories at the global level – see Linking to source code repositories.
To integrate Bamboo with FishEye:
- Navigate to the repository configuration for a linked repository, plan or job. See Linking to source code repositories .
- Click on a repository name, and then click Advanced Options.
- Choose Web Repository > FishEye.
- Specify the FishEye URL, Repository Name and Repository Path.
Screenshot: Specifying a FishEye project in Bamboo
If links to FishEye are broken in Bamboo builds, make sure that the Repository Path configured in Bamboo matches the Repository Location (under 'SCM Details' ) in FishEye, for the specific repository.
