From 26b61e6f8d475ccd2cbfc689ca8f33e3ca3f0527 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 25 Jun 2019 17:48:57 -0700 Subject: [PATCH] Fix deprecation warnings in pipeline.yml Closes gh-17310 --- ci/pipeline.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 2fcf591417..ec3ee2af8f 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -148,7 +148,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: @@ -191,7 +191,7 @@ jobs: timeout: 1h30m image: spring-boot-ci-image file: git-repo/ci/tasks/build-project.yml - - aggregate: + - in_parallel: - task: build-samples timeout: 1h30m image: spring-boot-ci-image @@ -255,7 +255,7 @@ jobs: timeout: 1h30m image: spring-boot-ci-image file: git-repo/ci/tasks/build-pr-project.yml - - aggregate: + - in_parallel: - task: build-samples timeout: 1h30m image: spring-boot-ci-image @@ -293,7 +293,7 @@ jobs: timeout: 1h30m image: spring-boot-jdk11-ci-image file: git-repo/ci/tasks/build-project.yml - - aggregate: + - in_parallel: - task: build-samples timeout: 1h30m image: spring-boot-jdk11-ci-image @@ -339,7 +339,7 @@ jobs: timeout: 1h30m image: spring-boot-jdk12-ci-image file: git-repo/ci/tasks/build-project.yml - - aggregate: + - in_parallel: - task: build-samples timeout: 1h30m image: spring-boot-jdk12-ci-image