Skip to content

Commit

Permalink
Merge branch '2.1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave committed Jun 26, 2019
2 parents c9d6617 + 26b61e6 commit e0ecd09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
- get: every-wednesday
trigger: true
- get: spring-boot-ci-image
- aggregate:
- in_parallel:
- task: detect-jdk8-update
file: git-repo/ci/tasks/detect-jdk-updates.yml
params:
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
timeout: 1h30m
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- in_parallel:
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-ci-image
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
timeout: 1h30m
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-pr-project.yml
- aggregate:
- in_parallel:
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-ci-image
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:
timeout: 1h30m
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- in_parallel:
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-jdk11-ci-image
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:
timeout: 1h30m
image: spring-boot-jdk12-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- in_parallel:
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-jdk12-ci-image
Expand Down

0 comments on commit e0ecd09

Please sign in to comment.