Skip to content

Commit 520b8c8

Browse files
committed
Merge branch '2.1.x' into 2.2.x
2 parents 41f26d3 + 7c36cd4 commit 520b8c8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ci/parameters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ github-repo-name: "spring-projects/spring-boot"
66
docker-hub-organization: "springci"
77
artifactory-server: "https://repo.spring.io"
88
branch: "2.2.x"
9+
milestone: "2.2.x"
910
build-name: "spring-boot"
1011
pipeline-name: "spring-boot"
1112
concourse-url: "https://ci.spring.io"

ci/pipeline.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ jobs:
183183
GITHUB_PASSWORD: ((github-password))
184184
GITHUB_USERNAME: ((github-username))
185185
JDK_VERSION: java8
186-
MILESTONE: ((branch))
186+
MILESTONE: ((milestone))
187187
image: spring-boot-ci-image
188188
- task: detect-jdk11-update
189189
file: git-repo/ci/tasks/detect-jdk-updates.yml
@@ -193,7 +193,7 @@ jobs:
193193
GITHUB_PASSWORD: ((github-password))
194194
GITHUB_USERNAME: ((github-username))
195195
JDK_VERSION: java11
196-
MILESTONE: ((branch))
196+
MILESTONE: ((milestone))
197197
image: spring-boot-ci-image
198198
- task: detect-jdk14-update
199199
file: git-repo/ci/tasks/detect-jdk-updates.yml
@@ -203,7 +203,7 @@ jobs:
203203
GITHUB_PASSWORD: ((github-password))
204204
GITHUB_USERNAME: ((github-username))
205205
JDK_VERSION: java14
206-
MILESTONE: ((branch))
206+
MILESTONE: ((milestone))
207207
image: spring-boot-ci-image
208208
- name: detect-ubuntu-image-updates
209209
plan:
@@ -219,7 +219,7 @@ jobs:
219219
GITHUB_ORGANIZATION: spring-projects
220220
GITHUB_PASSWORD: ((github-password))
221221
GITHUB_USERNAME: ((github-username))
222-
MILESTONE: ((branch))
222+
MILESTONE: ((milestone))
223223
image: spring-boot-ci-image
224224
- name: detect-docker-updates
225225
plan:
@@ -234,7 +234,7 @@ jobs:
234234
params:
235235
GITHUB_REPO: spring-boot
236236
GITHUB_ORGANIZATION: spring-projects
237-
MILESTONE: ((branch))
237+
MILESTONE: ((milestone))
238238
image: spring-boot-ci-image
239239
- put: git-repo-ci-docker
240240
params:

0 commit comments

Comments
 (0)