aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers/constants.ts
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2021-05-10 15:36:47 +0200
committersonartech <sonartech@sonarsource.com>2021-05-21 20:03:37 +0000
commitbe8b3d7aa7efccf0a7b8c6f650acfca069450484 (patch)
tree08d34ac980e00fba2ee9f0a44b8345aa8f49a296 /server/sonar-web/src/main/js/helpers/constants.ts
parent8e4eb316ef602ec28ee7a707adcaa05836b9f780 (diff)
downloadsonarqube-be8b3d7aa7efccf0a7b8c6f650acfca069450484.tar.gz
sonarqube-be8b3d7aa7efccf0a7b8c6f650acfca069450484.zip
SONAR-14803 Adding bitbucket cloud to create project menu.
Diffstat (limited to 'server/sonar-web/src/main/js/helpers/constants.ts')
-rw-r--r--server/sonar-web/src/main/js/helpers/constants.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/helpers/constants.ts b/server/sonar-web/src/main/js/helpers/constants.ts
index 5cfc1f6a4ad..f59638d5ebe 100644
--- a/server/sonar-web/src/main/js/helpers/constants.ts
+++ b/server/sonar-web/src/main/js/helpers/constants.ts
@@ -74,6 +74,7 @@ export const ALM_DOCUMENTATION_PATHS = {
export const IMPORT_COMPATIBLE_ALMS = [
AlmKeys.Azure,
AlmKeys.BitbucketServer,
+ AlmKeys.BitbucketCloud,
AlmKeys.GitHub,
AlmKeys.GitLab
];