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
|
|
|
|
|
2019-05-16 05:51:31 +00:00
|
|
|
image: 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:
|
|
|
|
memory: 4096
|
|
|
|
|
|
|
|
options:
|
|
|
|
size: 2x
|
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:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--update \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
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: Update README
|
|
|
|
image: python:3.7-alpine3.9
|
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
|
|
|
- apk add --no-cache git
|
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
|
|
|
- git submodule update --init --recursive
|
2021-03-23 04:43:13 +00:00
|
|
|
- pip install -q requests
|
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
|
|
|
- export DOCKER_REPO='atlassian/confluence-server'
|
2021-03-23 04:43:13 +00:00
|
|
|
- python shared-components/image/push-readme.py
|
|
|
|
|
|
|
|
custom:
|
|
|
|
######################################################################
|
|
|
|
# Custom: Do full release for each image flavour
|
|
|
|
######################################################################
|
|
|
|
new-releases:
|
|
|
|
|
|
|
|
- parallel:
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Alpine JDK 8 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7' \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk/openjdk8:alpine' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 8 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='6' \
|
|
|
|
--end-version='7.1' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:8-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 1
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='0' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 2
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='1' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 3
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='2' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 4
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='3' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 5
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='4' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 6
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='5' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 7
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='6' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 8
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='7' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='8' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 10
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='9' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 11
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='10' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
|
|
|
- step:
|
|
|
|
name: Confluence Ubuntu JDK 11 - Batch 12
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
|
|
|
- git submodule update --init --recursive
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
2021-03-29 03:25:28 +00:00
|
|
|
python /usr/src/app/make-releases.py \
|
|
|
|
--create \
|
|
|
|
--start-version='7.1' \
|
|
|
|
--end-version='8' \
|
|
|
|
--default-release \
|
|
|
|
--dockerfile-buildargs='BASE_IMAGE=adoptopenjdk:11-hotspot' \
|
|
|
|
--dockerfile-version-arg='CONFLUENCE_VERSION' \
|
|
|
|
--mac-product-key='confluence' \
|
|
|
|
--tag-suffixes='' \
|
|
|
|
--concurrent-builds='1' \
|
|
|
|
--job-offset='11' \
|
|
|
|
--jobs-total='12' \
|
|
|
|
--docker-repos='atlassian/confluence,atlassian/confluenec-servert' \
|
2021-03-23 04:43:13 +00:00
|
|
|
--push
|
|
|
|
|
|
|
|
|
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
|
|
|
|
- echo ${DOCKER_PASSWORD} | docker login --username ${DOCKER_USERNAME} --password-stdin
|
|
|
|
- >
|
|
|
|
docker build -t atlassian/confluence-server:${DOCKER_TAG}
|
|
|
|
--build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} .
|
|
|
|
- snyk auth @SNYK_TOKEN
|
|
|
|
- snyk container test atlassian/confluence-server:${DOCKER_TAG} --severity-threshold=high
|
|
|
|
- docker push atlassian/confluence-server:${DOCKER_TAG}
|
2021-03-23 04:43:13 +00:00
|
|
|
|
|
|
|
|
2019-08-02 05:25:58 +00:00
|
|
|
pull-requests:
|
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
|
|
|
######################################################################
|
|
|
|
# All other branches & PRs; run unit tests & functional tests
|
|
|
|
# against latest app version
|
|
|
|
######################################################################
|
2019-08-02 05:25:58 +00:00
|
|
|
'**':
|
|
|
|
- step:
|
|
|
|
image: python:3.7-alpine3.9
|
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
script:
|
2019-11-20 10:32:32 +00:00
|
|
|
- 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'
|
|
|
|
- py.test tests/
|
|
|
|
- py.test shared-components/tests/
|
|
|
|
- export DOCKERFILE='Dockerfile-alpine'
|
2019-08-02 05:25:58 +00:00
|
|
|
- py.test tests/
|
2019-11-20 10:32:32 +00:00
|
|
|
- py.test shared-components/tests/
|
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:
|
|
|
|
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/latest | jq -r .name`
|
|
|
|
- docker build --build-arg CONFLUENCE_VERSION=${CONFLUENCE_VERSION} -t test-image .
|
|
|
|
- export IS_RELEASE=false
|
|
|
|
- /usr/src/app/integration_test.sh test-image $IS_RELEASE
|
|
|
|
|