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:
Eugene Ivantsov 2024-07-10 01:12:15 +00:00
parent 0cb254b967
commit f857e05752
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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