From 3ca58f616f6ed65df6d275743a1467ce4fca7573 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 10 Jun 2020 17:18:52 -0700 Subject: [PATCH] Polish pipeline YAML --- ci/pipeline.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 8d7d648aa6..867c234b74 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -381,14 +381,7 @@ jobs: - do: - task: build-project image: spring-boot-jdk14-ci-image - file: git-repo/ci/tasks/build-project.yml - privileged: true - timeout: ((task-timeout)) - params: - BRANCH: ((branch)) - GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) - GRADLE_ENTERPRISE_CACHE_USERNAME: ((gradle_enterprise_cache_user.username)) - GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle_enterprise_cache_user.password)) + <<: *build-project-task-params on_failure: do: - put: repo-status-jdk14-build