From 26cea7ca9615b12deda2005ff5d8e33687dcd861 Mon Sep 17 00:00:00 2001 From: Minh Tran Date: Thu, 22 Nov 2018 14:00:06 +1100 Subject: [PATCH] CONFSRVDEV-8918 - Update the TAG_SUFFIX and rename the base branches --- bitbucket-pipelines.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 2e5d26d..001d480 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -4,28 +4,30 @@ clone: pipelines: custom: - create-release-base-6: + create-release-base-6-adoptopenjdk8: - step: script: - git fetch --all - - export BASE_BRANCH=base-6 + - export BASE_BRANCH=base-6-adoptopenjdk8 - export BASE_VERSION=6 - export DOCKER_REPO=atlassian/confluence-server - export DOCKERFILE_VERSION_STRING=CONFLUENCE_VERSION - export GIT_USER=pipelinesagent - export GIT_EMAIL=pipelines-agent@atlassian.com - export MAC_PRODUCT_KEY=confluence + - export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8 - python /usr/src/app/create_release.py branches: - base-6: + base-6-adoptopenjdk8: - step: script: - git fetch --all - - export BASE_BRANCH=base-6 + - export BASE_BRANCH=base-6-adoptopenjdk8 - export BASE_VERSION=6 - export DOCKER_REPO=atlassian/confluence-server - export DOCKERFILE_VERSION_STRING=CONFLUENCE_VERSION - export GIT_USER=pipelinesagent - export GIT_EMAIL=pipelines-agent@atlassian.com - export MAC_PRODUCT_KEY=confluence + - export TAG_SUFFIX=ubuntu-16.04-adoptopenjdk8 - python /usr/src/app/update_release.py \ No newline at end of file