Commit 3ca58f61 authored by Phillip Webb's avatar Phillip Webb

Polish pipeline YAML

parent e08f70c0
...@@ -381,14 +381,7 @@ jobs: ...@@ -381,14 +381,7 @@ jobs:
- do: - do:
- task: build-project - task: build-project
image: spring-boot-jdk14-ci-image image: spring-boot-jdk14-ci-image
file: git-repo/ci/tasks/build-project.yml <<: *build-project-task-params
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))
on_failure: on_failure:
do: do:
- put: repo-status-jdk14-build - put: repo-status-jdk14-build
......
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