diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 43009b0..fc69f09 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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 diff --git a/bitbucket-pipelines.yml.j2 b/bitbucket-pipelines.yml.j2 index a541f01..c86e4c1 100644 --- a/bitbucket-pipelines.yml.j2 +++ b/bitbucket-pipelines.yml.j2 @@ -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