2017-10-10 02:24:57 +00:00
|
|
|
image: dchevell/docker-release-maker:latest
|
|
|
|
clone:
|
|
|
|
depth: full
|
|
|
|
|
|
|
|
pipelines:
|
|
|
|
custom:
|
2018-11-22 03:00:06 +00:00
|
|
|
create-release-base-6-adoptopenjdk8:
|
2017-10-10 02:24:57 +00:00
|
|
|
- step:
|
|
|
|
script:
|
|
|
|
- git fetch --all
|
2018-11-22 03:00:06 +00:00
|
|
|
- export BASE_BRANCH=base-6-adoptopenjdk8
|
2017-10-10 02:24:57 +00:00
|
|
|
- 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
|
2018-11-22 05:08:37 +00:00
|
|
|
- export TAG_SUFFIX=ubuntu-18.04-adoptopenjdk8
|
2018-11-22 03:26:57 +00:00
|
|
|
- export SHOULD_CREATE_LATEST_TAG=true
|
2017-10-10 02:24:57 +00:00
|
|
|
- python /usr/src/app/create_release.py
|
|
|
|
branches:
|
2018-11-22 03:00:06 +00:00
|
|
|
base-6-adoptopenjdk8:
|
2017-10-10 02:24:57 +00:00
|
|
|
- step:
|
|
|
|
script:
|
|
|
|
- git fetch --all
|
2018-11-22 03:00:06 +00:00
|
|
|
- export BASE_BRANCH=base-6-adoptopenjdk8
|
2017-10-10 02:24:57 +00:00
|
|
|
- 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
|
2018-11-22 05:08:37 +00:00
|
|
|
- export TAG_SUFFIX=ubuntu-18.04-adoptopenjdk8
|
2018-11-22 03:26:57 +00:00
|
|
|
- export SHOULD_CREATE_LATEST_TAG=true
|
2017-10-10 02:24:57 +00:00
|
|
|
- python /usr/src/app/update_release.py
|