]> source.dussan.org Git - sonarqube.git/commitdiff
BUILD-913 Update Bitbucket Server minimal version used in ITs
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Wed, 28 Apr 2021 12:47:35 +0000 (14:47 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 28 Apr 2021 20:03:53 +0000 (20:03 +0000)
.cirrus.yml

index 0c708a8ffa5501c07b2ee37f9511a1467e78f843..15d0c045801ff11f1c2f0b0482d425213e031936 100644 (file)
@@ -208,8 +208,8 @@ qa_bitbucket_task:
     CIRRUS_CLONE_DEPTH: 50
     QA_CATEGORY: BITBUCKET
   matrix:
-    - name: qa_bitbucket_5.16.11
-      bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh 5.16.11
+    - name: qa_bitbucket_5.15.0
+      bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh 5.15.0
     - name: qa_bitbucket_latest
       bitbucket_background_script: ./private/cirrus/cirrus-start-bitbucket.sh LATEST
   wait_for_bitbucket_to_boot_script: secs=3600; endTime=$(( $(date +%s) + secs )); while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:7990/bitbucket/status)" != "200" ]] || [ $(date +%s) -gt $endTime ]; do sleep 5; done