The 'java bits' are unreliabe. Retry building them 3 times before failing.

This commit is contained in:
Kris De Volder
2017-06-08 13:36:25 -07:00
parent e3c62513e3
commit a02d399944
2 changed files with 6 additions and 4 deletions

View File

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

View File

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