The 'java bits' are unreliabe. Retry building them 3 times before failing.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user