Skip to content

Commit 7c36cd4

Browse files
committed
Add separate parameter for milestone name
Since the branch name doesn't always correspond to the milestone name, eg, master. See gh-20680
1 parent 1a3df29 commit 7c36cd4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
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.1.x"
9+
milestone: "2.1.x"
910
build-name: "spring-boot"
1011
pipeline-name: "spring-boot-2.1.x"
1112
concourse-url: "https://ci.spring.io"

ci/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
GITHUB_PASSWORD: ((github-password))
162162
GITHUB_USERNAME: ((github-username))
163163
JDK_VERSION: java8
164-
MILESTONE: ((branch))
164+
MILESTONE: ((milestone))
165165
image: spring-boot-ci-image
166166
- task: detect-jdk11-update
167167
file: git-repo/ci/tasks/detect-jdk-updates.yml
@@ -171,7 +171,7 @@ jobs:
171171
GITHUB_PASSWORD: ((github-password))
172172
GITHUB_USERNAME: ((github-username))
173173
JDK_VERSION: java11
174-
MILESTONE: ((branch))
174+
MILESTONE: ((milestone))
175175
image: spring-boot-ci-image
176176
- name: detect-ubuntu-image-updates
177177
plan:
@@ -187,7 +187,7 @@ jobs:
187187
GITHUB_ORGANIZATION: spring-projects
188188
GITHUB_PASSWORD: ((github-password))
189189
GITHUB_USERNAME: ((github-username))
190-
MILESTONE: ((branch))
190+
MILESTONE: ((milestone))
191191
image: spring-boot-ci-image
192192
- name: detect-docker-updates
193193
plan:
@@ -202,7 +202,7 @@ jobs:
202202
params:
203203
GITHUB_REPO: spring-boot
204204
GITHUB_ORGANIZATION: spring-projects
205-
MILESTONE: ((branch))
205+
MILESTONE: ((milestone))
206206
image: spring-boot-ci-image
207207
- put: git-repo-ci-docker
208208
params:

0 commit comments

Comments
 (0)