|
|
@ -392,6 +392,7 @@ jobs:
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
params:
|
|
|
|
params:
|
|
|
|
|
|
|
|
RELEASE_TYPE: M
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
@ -402,6 +403,7 @@ jobs:
|
|
|
|
- get: spring-boot-ci-image
|
|
|
|
- get: spring-boot-ci-image
|
|
|
|
- get: git-repo
|
|
|
|
- get: git-repo
|
|
|
|
trigger: false
|
|
|
|
trigger: false
|
|
|
|
|
|
|
|
- get: release-notes-repo
|
|
|
|
- task: stage
|
|
|
|
- task: stage
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/stage.yml
|
|
|
|
file: git-repo/ci/tasks/stage.yml
|
|
|
@ -418,6 +420,7 @@ jobs:
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
params:
|
|
|
|
params:
|
|
|
|
|
|
|
|
RELEASE_TYPE: RC
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
@ -428,6 +431,7 @@ jobs:
|
|
|
|
- get: spring-boot-ci-image
|
|
|
|
- get: spring-boot-ci-image
|
|
|
|
- get: git-repo
|
|
|
|
- get: git-repo
|
|
|
|
trigger: false
|
|
|
|
trigger: false
|
|
|
|
|
|
|
|
- get: release-notes-repo
|
|
|
|
- task: stage
|
|
|
|
- task: stage
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/stage.yml
|
|
|
|
file: git-repo/ci/tasks/stage.yml
|
|
|
@ -444,6 +448,7 @@ jobs:
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
file: git-repo/ci/tasks/publish-release-notes.yml
|
|
|
|
params:
|
|
|
|
params:
|
|
|
|
|
|
|
|
RELEASE_TYPE: RELEASE
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_ORGANIZATION: spring-projects
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_REPO: spring-boot
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
|
GITHUB_USERNAME: ((github-username))
|
|
|
|