2021-03-23 04:43:13 +00:00
---
# NOTE: This file is generated from `bitbucket-pipelines.yml.j2` via `pipelines-generator.py`:
#
# python3 pipelines-generator.py > bitbucket-pipelines.yml
2022-03-14 05:01:39 +00:00
image : docker-public.packages.atlassian.com/atlassian/docker-release-maker:latest
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
definitions :
services :
docker :
2024-07-03 08:10:13 +00:00
memory : 3072
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
options :
2024-07-03 08:10:13 +00:00
size : 1x
2017-10-10 02:24:57 +00:00
pipelines :
2021-03-23 04:43:13 +00:00
branches :
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
######################################################################
2021-03-23 04:43:13 +00:00
# Master branch: Do full release for each image flavour
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
######################################################################
2021-03-23 04:43:13 +00:00
master :
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
- step :
2021-03-23 04:43:13 +00:00
name : Check if pipelines config is up-to-date...
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
script :
2021-03-23 04:43:13 +00:00
- python3 pipelines-generator.py > bitbucket-piplines.yml.expected && diff bitbucket-pipelines.yml bitbucket-piplines.yml.expected
- parallel :
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 1
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='0' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 2
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='1' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 3
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='2' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 4
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='3' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 5
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='4' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 6
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='5' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 7
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='6' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11-default - Batch 8
2021-03-23 04:43:13 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2021-03-23 04:43:13 +00:00
- >
2021-03-29 03:25:28 +00:00
python /usr/src/app/make-releases.py \
--update \
2024-01-23 03:25:13 +00:00
--start-version='7.19' \
2024-04-15 06:21:56 +00:00
--end-version='8.3' \
2021-03-29 03:25:28 +00:00
--default-release \
2021-03-29 04:29:57 +00:00
--dockerfile='Dockerfile' \
2022-06-21 12:19:12 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2021-03-29 03:25:28 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2022-06-21 12:19:12 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2021-03-29 03:25:28 +00:00
--concurrent-builds='1' \
--job-offset='7' \
2022-03-16 03:41:23 +00:00
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2021-03-23 04:43:13 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 1
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='0' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 2
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='1' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 3
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='2' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 4
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='3' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 5
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='4' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 6
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='5' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 7
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='6' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 11 - Batch 8
2022-08-07 10:56:40 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2022-08-07 10:56:40 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
--end-version='9.0' \
2022-08-07 10:56:40 +00:00
--dockerfile='Dockerfile' \
2024-04-15 06:21:56 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2022-08-07 10:56:40 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2022-08-07 10:56:40 +00:00
--concurrent-builds='1' \
--job-offset='7' \
--jobs-total='8' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
2022-08-07 10:56:40 +00:00
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 1
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='0' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 2
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='1' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 3
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='2' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 4
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='3' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 5
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='4' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 6
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='5' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 7
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='6' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17 - Batch 8
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-03-13 04:08:20 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
2024-04-15 06:21:56 +00:00
--start-version='8.0' \
--end-version='8.3' \
2024-03-13 04:08:20 +00:00
--default-eap \
2024-04-15 06:21:56 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
2024-03-13 04:08:20 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-04-15 06:21:56 +00:00
--tag-suffixes='jdk17,ubuntu-jdk17' \
2024-03-13 04:08:20 +00:00
--concurrent-builds='1' \
--job-offset='7' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
2021-07-15 00:04:10 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17-default - Batch 1
2021-07-15 00:04:10 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='0' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2021-07-15 00:04:10 +00:00
2024-03-13 04:08:20 +00:00
2021-07-15 00:04:10 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17-default - Batch 2
2021-07-15 00:04:10 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='1' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
2021-07-15 00:00:29 +00:00
2024-03-13 04:08:20 +00:00
- step :
2024-04-15 06:21:56 +00:00
name : JDK 17-default - Batch 3
2024-03-13 04:08:20 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='2' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-default - Batch 4
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='3' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-default - Batch 5
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='4' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-default - Batch 6
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='5' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-default - Batch 7
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='6' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-default - Batch 8
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.3' \
--default-release \
--default-eap \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
--job-offset='7' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 1
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='0' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 2
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='1' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 3
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='2' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 4
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='3' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 5
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='4' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 6
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='5' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 7
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='6' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
name : JDK 17-ubi - Batch 8
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--update \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='7' \
--jobs-total='8' \
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
######################################################################
# All other branches & PRs; run unit tests & functional tests
# against latest app version
######################################################################
'**' :
- step :
name : Check if pipelines config is up-to-date...
script :
- python3 pipelines-generator.py > bitbucket-piplines.yml.expected && diff bitbucket-pipelines.yml bitbucket-piplines.yml.expected
- parallel :
- step :
name : Run unit tests
image : python:3.7-alpine3.9
services :
- docker
script :
- apk add --no-cache git
- git submodule update --init --recursive
- pip install -q -r shared-components/tests/requirements.txt
- export PYTHONPATH=./shared-components/tests:$PYTHONPATH
- export DOCKERFILE='Dockerfile'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
- export MAC_PRODUCT_KEY='confluence'
2024-07-22 22:03:01 +00:00
- export APP_TEST_VERSION='8.9.4' # remove it after 9.0.0 is out
2024-04-15 06:21:56 +00:00
- py.test -v tests/
- py.test -v shared-components/tests/
- step :
name : Run unit tests - UBI
image : python:3.7-alpine3.9
services :
- docker
script :
- apk add --no-cache git
- git submodule update --init --recursive
- pip install -q -r shared-components/tests/requirements.txt
- export PYTHONPATH=./shared-components/tests:$PYTHONPATH
- export DOCKERFILE='Dockerfile.ubi'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
- export MAC_PRODUCT_KEY='confluence'
2024-07-22 22:03:01 +00:00
- export APP_TEST_VERSION='8.9.4' # remove it after 9.0.0 is out
2024-04-15 06:21:56 +00:00
- py.test -v tests/
- step :
name : Run integration tests
services :
- docker
script :
- apk add --no-cache git docker-compose jq curl
- git submodule update --init --recursive
- export CONFLUENCE_VERSION=`curl -s https://marketplace.atlassian.com/rest/2/products/key/confluence/versions | jq -r '._embedded.versions | .[0].name'`
2024-07-22 22:03:01 +00:00
- export CONFLUENCE_VERSION="8.9.4" # remove it after 9.0.0 is out
2024-04-15 06:21:56 +00:00
- docker build --build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} -t test-image .
- export IS_RELEASE=false
- /usr/src/app/post_build.sh test-image $IS_RELEASE
- step :
name : Run integration tests - UBI
services :
- docker
script :
- apk add --no-cache git docker-compose jq curl
- git submodule update --init --recursive
- export CONFLUENCE_VERSION=`curl -s https://marketplace.atlassian.com/rest/2/products/key/confluence/versions | jq -r '._embedded.versions | .[0].name'`
2024-07-22 22:03:01 +00:00
- export CONFLUENCE_VERSION="8.9.4" # remove it after 9.0.0 is out
2024-04-15 06:21:56 +00:00
- docker build --build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} -t test-image-ubi . -f Dockerfile.ubi
- export IS_RELEASE=false
2024-03-13 04:08:20 +00:00
- /usr/src/app/post_build.sh test-image-ubi $IS_RELEASE
2024-04-15 06:21:56 +00:00
custom :
######################################################################
2024-07-15 05:49:35 +00:00
# Custom: Find and build new releases
2024-04-15 06:21:56 +00:00
######################################################################
new-releases :
- parallel :
- step :
name : JDK 11-default - Batch 1
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2024-04-15 06:21:56 +00:00
- >
python /usr/src/app/make-releases.py \
--create \
2024-07-15 05:49:35 +00:00
--create-eap \
2024-04-15 06:21:56 +00:00
--start-version='7.19' \
--end-version='8.3' \
--default-release \
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk11,ubuntu-jdk11' \
--concurrent-builds='1' \
--job-offset='0' \
2024-07-10 01:12:15 +00:00
--jobs-total='1' \
2024-04-15 06:21:56 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-04-15 06:21:56 +00:00
- step :
2024-06-25 03:52:01 +00:00
name : JDK 11 - Batch 1
2023-02-01 02:57:06 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2023-02-01 02:57:06 +00:00
- >
python /usr/src/app/make-releases.py \
2024-06-25 03:52:01 +00:00
--create \
2024-07-15 05:49:35 +00:00
--create-eap \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
2024-06-25 03:52:01 +00:00
--end-version='9.0' \
2023-02-01 02:57:06 +00:00
--dockerfile='Dockerfile' \
2024-06-25 03:52:01 +00:00
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:11' \
2023-02-01 02:57:06 +00:00
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
2024-06-25 03:52:01 +00:00
--tag-suffixes='jdk11,ubuntu-jdk11' \
2023-02-01 02:57:06 +00:00
--concurrent-builds='1' \
--job-offset='0' \
2024-07-10 01:12:15 +00:00
--jobs-total='1' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
- step :
2024-06-25 03:52:01 +00:00
name : JDK 17 - Batch 1
2023-02-01 02:57:06 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2023-02-01 02:57:06 +00:00
- >
python /usr/src/app/make-releases.py \
2024-06-25 03:52:01 +00:00
--create \
2024-07-15 05:49:35 +00:00
--create-eap \
2024-06-25 03:52:01 +00:00
--start-version='8.0' \
--end-version='8.3' \
2023-08-03 05:20:17 +00:00
--default-eap \
2023-02-01 02:57:06 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
2024-06-25 03:52:01 +00:00
--job-offset='0' \
2024-07-10 01:12:15 +00:00
--jobs-total='1' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
- step :
2024-06-25 03:52:01 +00:00
name : JDK 17-default - Batch 1
2023-02-01 02:57:06 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2023-02-01 02:57:06 +00:00
- >
python /usr/src/app/make-releases.py \
2024-06-25 03:52:01 +00:00
--create \
2024-07-15 05:49:35 +00:00
--create-eap \
2024-04-15 06:21:56 +00:00
--start-version='8.3' \
2024-02-12 01:14:18 +00:00
--default-release \
2023-08-03 05:20:17 +00:00
--default-eap \
2023-02-01 02:57:06 +00:00
--dockerfile='Dockerfile' \
--dockerfile-buildargs='BASE_IMAGE=eclipse-temurin:17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='jdk17,ubuntu-jdk17' \
--concurrent-builds='1' \
2024-06-25 03:52:01 +00:00
--job-offset='0' \
2024-07-10 01:12:15 +00:00
--jobs-total='1' \
2024-02-12 01:14:18 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2023-02-01 02:57:06 +00:00
- step :
2024-06-25 03:52:01 +00:00
name : JDK 17-ubi - Batch 1
2023-02-01 02:57:06 +00:00
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
2024-06-12 04:59:51 +00:00
- docker buildx create --name container --driver docker-container --use
- docker buildx ls
2023-02-01 02:57:06 +00:00
- >
python /usr/src/app/make-releases.py \
2024-06-25 03:52:01 +00:00
--create \
2024-03-13 04:08:20 +00:00
--create-eap \
--start-version='8.5.6' \
--dockerfile='Dockerfile.ubi' \
--dockerfile-buildargs='BASE_IMAGE=registry.access.redhat.com/ubi9/openjdk-17' \
--dockerfile-version-arg='CONFLUENCE_VERSION' \
--mac-product-key='confluence' \
--tag-suffixes='ubi9,ubi9-jdk17' \
--concurrent-builds='1' \
--job-offset='0' \
2024-07-15 05:49:35 +00:00
--jobs-total='1' \
2024-03-13 04:08:20 +00:00
--docker-repos='atlassian/confluence' \
2024-06-12 04:59:51 +00:00
--push \
2024-07-22 22:03:01 +00:00
--platforms=linux/amd64,linux/arm64 \
--skip-versions=9.0.0
2024-03-13 04:08:20 +00:00
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
custom-release :
- variables :
- name : CONFLUENCE_VERSION
- name : DOCKER_TAG
- step :
services :
- docker
script :
- git submodule update --init --recursive
2024-07-03 08:21:15 +00:00
- for i in {1..3}; do echo ${DOCKER_BOT_PASSWORD} | docker login ${DOCKER_REGISTRY} --username ${DOCKER_BOT_USERNAME} --password-stdin && break || sleep 5; done; if [ $? -ne 0 ]; then echo "Failed to login to container registry after 3 attempts" && exit 1; fi
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
- >
2022-03-16 02:55:28 +00:00
docker build -t ${DOCKER_REGISTRY}/atlassian/confluence:${DOCKER_TAG}
Merged in DCKUBE-136-RunSmoketestsInReleasePipeline (pull request #83)
DCKUBE-135, DCKUBE-136, DCKUBE_137, and DCKUBE-138: Add Smoke tests in Confluence Pipeline
This PR contains code change for three tickets which are related and should merge to master together.
KUBEDCKUBE-135:
Applied security scan to bitbucket pipeline for branch builds in confluence - for releases, the test script will run by run.py for releases and for branch builds and custom releases will directly runs snyk scanner
Created a smoke testing suite via REST and included these scenarios: Create a space, Create a page, Search for the page, View page, Add attachments, Delete the page, and Delete the space
KUBEDCKUBE-136:
Added a separated docker for confluence to based on the docker image to copy confluence home directory
Injected target confluence image to Dockerfile
set the number of concurrent builds to one in pipeline
clean docker-compose before start and force to recreate the containers
Modified the script in order to install netcat-openbsd using apkfor Alpine (apt-getis not available in Alpine)
Replaced colfuence-home directory and postgres scripts with confluence 6.0.1 compatible to avoid downgrade version in release images
Increased database connection numbers to 125
Addressed some review points, replaced the confluence home directory and sql with version 6.0.1
Addressed a review points, renamed CONFLUENCE_USER to CONFLUENCE_ADMIN
divided pipeline into batches to avoid pipeline timeout
KUBEDCKUBE-137:
Run smoketests in branch builds after each commit
Completed smoketests and also addressed some review points
KUBEDCKUBE-138:
Added development document
Approved-by: Adam Brokes
2021-03-12 03:30:51 +00:00
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
2021-09-02 09:58:54 +00:00
- snyk auth $SNYK_TOKEN
2022-03-16 02:55:28 +00:00
- snyk container test ${DOCKER_REGISTRY}/atlassian/confluence:${DOCKER_TAG} --severity-threshold=high
- docker push ${DOCKER_REGISTRY}/atlassian/confluence:${DOCKER_TAG}