mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Merged in fix-new-releases-pipeline (pull request #170)
Fix jobs total in new-releases pipeline * Fix jobs total Approved-by: Yifei Zhang
This commit is contained in:
parent
0cb254b967
commit
f857e05752
@ -1221,7 +1221,7 @@ pipelines:
|
||||
--tag-suffixes='jdk11,ubuntu-jdk11' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='0' \
|
||||
--jobs-total='8' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='atlassian/confluence' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
@ -1248,7 +1248,7 @@ pipelines:
|
||||
--tag-suffixes='jdk11,ubuntu-jdk11' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='0' \
|
||||
--jobs-total='8' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='atlassian/confluence' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
@ -1276,7 +1276,7 @@ pipelines:
|
||||
--tag-suffixes='jdk17,ubuntu-jdk17' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='0' \
|
||||
--jobs-total='8' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='atlassian/confluence' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
@ -1304,7 +1304,7 @@ pipelines:
|
||||
--tag-suffixes='jdk17,ubuntu-jdk17' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='0' \
|
||||
--jobs-total='8' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='atlassian/confluence' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
@ -1330,7 +1330,7 @@ pipelines:
|
||||
--tag-suffixes='ubi9,ubi9-jdk17' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='0' \
|
||||
--jobs-total='8' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='atlassian/confluence' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
|
@ -176,7 +176,7 @@ pipelines:
|
||||
--tag-suffixes='{{ appdata.tag_suffixes|join(',') }}' \
|
||||
--concurrent-builds='1' \
|
||||
--job-offset='{{ offset }}' \
|
||||
--jobs-total='{{ batches }}' \
|
||||
--jobs-total='1' \
|
||||
--docker-repos='{{ appdata.docker_repos|join(',') }}' \
|
||||
--push \
|
||||
--platforms=linux/amd64,linux/arm64
|
||||
|
Loading…
Reference in New Issue
Block a user