Skip to content

Commit 8f85eb9

Browse files
authored
Bitbucket: add bitbucket 7.17.0 (new LTS) support (#701)
1 parent c502a99 commit 8f85eb9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains Taurus scripts for performance testing of Atlassian Dat
1414
* Confluence [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.13.0`, `7.4.11`
1515

1616
* Supported Bitbucket Server versions:
17-
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.9`
17+
* Bitbucket Server [Long Term Support release](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html): `7.6.9`, `7.17.0`
1818

1919
* Supported Crowd versions:
2020
* Crowd [Long Term Support release](https://confluence.atlassian.com/crowd/crowd-release-notes-199094.html): `4.3.5`

app/util/bitbucket/populate_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ BITBUCKET_DB_PASS="Password1!"
3838
BITBUCKET_AUTO_DECLINE_VERSION="7.7.0"
3939

4040
# BITBUCKET version variables
41-
SUPPORTED_BITBUCKET_VERSIONS=(7.6.9)
41+
SUPPORTED_BITBUCKET_VERSIONS=(7.6.9 7.17.0)
4242
BITBUCKET_VERSION=$(sudo su bitbucket -c "cat ${BITBUCKET_VERSION_FILE}")
4343
if [[ -z "$BITBUCKET_VERSION" ]]; then
4444
echo The $BITBUCKET_VERSION_FILE file does not exists or emtpy. Please check if BITBUCKET_VERSION_FILE variable \

app/util/bitbucket/upload_attachments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ esac; shift; done
2121
################### Variables section ###################
2222
# Bitbucket version variables
2323
BITBUCKET_VERSION_FILE="/media/atl/bitbucket/shared/bitbucket.version"
24-
SUPPORTED_BITBUCKET_VERSIONS=(7.6.9)
24+
SUPPORTED_BITBUCKET_VERSIONS=(7.6.9 7.17.0)
2525
BITBUCKET_VERSION=$(sudo su bitbucket -c "cat ${BITBUCKET_VERSION_FILE}")
2626
if [[ -z "$BITBUCKET_VERSION" ]]; then
2727
echo The $BITBUCKET_VERSION_FILE file does not exists or emtpy. Please check if BITBUCKET_VERSION_FILE variable \

docs/dc-apps-performance-toolkit-user-guide-bitbucket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ All important parameters are listed and described in this section. For all other
6969
| Parameter | Recommended value |
7070
| --------- | ----------------- |
7171
| Bitbucket Product | Software |
72-
| Version | The Data Center App Performance Toolkit officially supports `7.6.9` ([Long Term Support releases](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
72+
| Version | The Data Center App Performance Toolkit officially supports `7.6.9`, `7.17.0` ([Long Term Support releases](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
7373

7474
**Cluster nodes**
7575

@@ -312,7 +312,7 @@ All important parameters are listed and described in this section. For all other
312312

313313
| Parameter | Recommended Value |
314314
| --------- | ----------------- |
315-
| Version | The Data Center App Performance Toolkit officially supports `7.6.9` ([Long Term Support releases](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
315+
| Version | The Data Center App Performance Toolkit officially supports `7.6.9`, `7.17.0` ([Long Term Support releases](https://confluence.atlassian.com/enterprise/atlassian-enterprise-releases-948227420.html)) |
316316

317317

318318
**Cluster nodes**

0 commit comments

Comments
 (0)