diff --git a/concourse/pipeline.yml b/concourse/pipeline.yml index 16196b4a4..1f5f5b9a4 100644 --- a/concourse/pipeline.yml +++ b/concourse/pipeline.yml @@ -138,6 +138,7 @@ jobs: trigger: true - get: maven-cache - task: build-boot-properties-vsix-snapshot + attempts: 3 #Because its a bit flaky with the maven bits file: sts4/concourse/tasks/build-vsix.yml params: extension_id: vscode-boot-properties @@ -157,6 +158,7 @@ jobs: trigger: true - get: maven-cache - task: build-boot-java-vsix-snapshot + attempts: 3 #Because its a bit flaky with the maven bits file: sts4/concourse/tasks/build-vsix.yml params: extension_id: vscode-boot-java @@ -302,9 +304,9 @@ jobs: - aggregate: - get: tasks - get: sts4 - # passed: - # - build-manifest-yaml-rc - # - build-concourse-rc + passed: + - build-manifest-yaml-rc + - build-concourse-rc - get: s3-concourse-vsix-snapshot passed: - build-concourse-rc diff --git a/concourse/tasks/publish-vsix-releases.yml b/concourse/tasks/publish-vsix-releases.yml index fa25be10c..1c425a34c 100644 --- a/concourse/tasks/publish-vsix-releases.yml +++ b/concourse/tasks/publish-vsix-releases.yml @@ -1,6 +1,6 @@ inputs: - name: sts4 -#- name: s3-manifest-yaml-vsix-snapshot +- name: s3-manifest-yaml-vsix-snapshot - name: s3-concourse-vsix-snapshot platform: linux run: