Commit 26b61e6f authored by Madhura Bhave's avatar Madhura Bhave

Fix deprecation warnings in pipeline.yml

Closes gh-17310
parent 02e705c8
...@@ -148,7 +148,7 @@ jobs: ...@@ -148,7 +148,7 @@ jobs:
- get: every-wednesday - get: every-wednesday
trigger: true trigger: true
- get: spring-boot-ci-image - get: spring-boot-ci-image
- aggregate: - in_parallel:
- task: detect-jdk8-update - task: detect-jdk8-update
file: git-repo/ci/tasks/detect-jdk-updates.yml file: git-repo/ci/tasks/detect-jdk-updates.yml
params: params:
...@@ -191,7 +191,7 @@ jobs: ...@@ -191,7 +191,7 @@ jobs:
timeout: 1h30m timeout: 1h30m
image: spring-boot-ci-image image: spring-boot-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
- aggregate: - in_parallel:
- task: build-samples - task: build-samples
timeout: 1h30m timeout: 1h30m
image: spring-boot-ci-image image: spring-boot-ci-image
...@@ -255,7 +255,7 @@ jobs: ...@@ -255,7 +255,7 @@ jobs:
timeout: 1h30m timeout: 1h30m
image: spring-boot-ci-image image: spring-boot-ci-image
file: git-repo/ci/tasks/build-pr-project.yml file: git-repo/ci/tasks/build-pr-project.yml
- aggregate: - in_parallel:
- task: build-samples - task: build-samples
timeout: 1h30m timeout: 1h30m
image: spring-boot-ci-image image: spring-boot-ci-image
...@@ -293,7 +293,7 @@ jobs: ...@@ -293,7 +293,7 @@ jobs:
timeout: 1h30m timeout: 1h30m
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
- aggregate: - in_parallel:
- task: build-samples - task: build-samples
timeout: 1h30m timeout: 1h30m
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
...@@ -339,7 +339,7 @@ jobs: ...@@ -339,7 +339,7 @@ jobs:
timeout: 1h30m timeout: 1h30m
image: spring-boot-jdk12-ci-image image: spring-boot-jdk12-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
- aggregate: - in_parallel:
- task: build-samples - task: build-samples
timeout: 1h30m timeout: 1h30m
image: spring-boot-jdk12-ci-image image: spring-boot-jdk12-ci-image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment