Commit 544e81cc authored by Phillip Webb's avatar Phillip Webb

Merge branch '2.1.x'

Closes gh-16856
parents d48fbb12 7407b226
......@@ -438,6 +438,7 @@ jobs:
trigger: false
passed: [stage-milestone]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -468,6 +469,7 @@ jobs:
trigger: false
passed: [stage-rc]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -498,6 +500,7 @@ jobs:
trigger: false
passed: [stage-release]
params:
download_artifacts: false
save_build_info: true
- task: promote
image: spring-boot-ci-image
......@@ -520,6 +523,7 @@ jobs:
trigger: true
passed: [promote-release]
params:
download_artifacts: false
save_build_info: true
- task: sync-to-maven-central
image: spring-boot-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