From a02d399944a8d7ed0e1840baed2abcf5223eab95 Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Thu, 8 Jun 2017 13:36:25 -0700 Subject: [PATCH] The 'java bits' are unreliabe. Retry building them 3 times before failing. --- concourse/pipeline.yml | 8 +++++--- concourse/tasks/publish-vsix-releases.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) 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: