Merged in build-7x (pull request #46)

Extend valid builds to include new 7.x major release

Approved-by: Steve Smith <ssmith@atlassian.com>
This commit is contained in:
Dave Chevell 2019-09-10 01:37:53 +00:00
commit 84d6dee89e

View File

@ -8,7 +8,8 @@ pipelines:
services:
- docker
script:
- export BASE_VERSION='6'
- export START_VERSION='6'
- export END_VERSION='8'
- export DEFAULT_RELEASE='false'
- export DOCKER_REPO='atlassian/confluence-server'
- export DOCKERFILE='Dockerfile-alpine'
@ -23,7 +24,8 @@ pipelines:
services:
- docker
script:
- export BASE_VERSION='6'
- export START_VERSION='6'
- export END_VERSION='8'
- export DEFAULT_RELEASE='true'
- export DOCKER_REPO='atlassian/confluence-server'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
@ -66,7 +68,8 @@ pipelines:
services:
- docker
script:
- export BASE_VERSION='6'
- export START_VERSION='6'
- export END_VERSION='8'
- export DEFAULT_RELEASE='false'
- export DOCKER_REPO='atlassian/confluence-server'
- export DOCKERFILE='Dockerfile-alpine'
@ -81,7 +84,8 @@ pipelines:
services:
- docker
script:
- export BASE_VERSION='6'
- export START_VERSION='6'
- export END_VERSION='8'
- export DEFAULT_RELEASE='true'
- export DOCKER_REPO='atlassian/confluence-server'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'