Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
bea0d08a
Commit
bea0d08a
authored
Jun 15, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0.x' into 2.1.x
parents
b63e6504
53ba37e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
34 deletions
+15
-34
README.adoc
ci/README.adoc
+6
-25
pipeline.yml
ci/pipeline.yml
+9
-9
No files found.
ci/README.adoc
View file @
bea0d08a
== Concourse pipeline
The pipeline can be deployed using the following command:
Ensure that you've have a spring-boot target logged in
[source]
----
$ fly -t spring
set-pipeline -p spring-boot-2.1.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring
-boot login -n spring-boot -c https://ci.spring-io
----
NOTE: This assumes that you have credhub integration configured with the appropriate
secrets.
=== Release
To release a milestone:
[source]
----
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-milestone
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-milestone
----
To release an RC:
The pipeline can be deployed using the following command:
[source]
----
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-rc
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-rc
$ fly -t spring-boot set-pipeline -p spring-boot-2.1.x -c ci/pipeline.yml -l ci/parameters.yml
----
To release a GA:
[source]
----
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-release
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-release
----
NOTE: This assumes that you have credhub integration configured with the appropriate
secrets.
ci/pipeline.yml
View file @
bea0d08a
...
...
@@ -32,7 +32,7 @@ resources:
type
:
pull-request
icon
:
source-pull
source
:
access_token
:
((github-
access
-token))
access_token
:
((github-
ci-pull-request
-token))
repo
:
((github-repo-name))
base
:
((branch))
ignore_paths
:
[
"
ci/*"
]
...
...
@@ -42,7 +42,7 @@ resources:
source
:
owner
:
spring-projects
repository
:
spring-boot
access_token
:
((github-
release-notes-access
-token))
access_token
:
((github-
ci-release
-token))
pre_release
:
true
-
name
:
github-release
type
:
github-release
...
...
@@ -50,7 +50,7 @@ resources:
source
:
owner
:
spring-projects
repository
:
spring-boot
access_token
:
((github-
release-notes-access
-token))
access_token
:
((github-
ci-release
-token))
pre_release
:
false
-
name
:
ci-images-git-repo
type
:
git
...
...
@@ -96,7 +96,7 @@ resources:
icon
:
eye-check-outline
source
:
repository
:
((github-repo-name))
access_token
:
((github-
acces
s-token))
access_token
:
((github-
ci-statu
s-token))
branch
:
((branch))
context
:
build
-
name
:
repo-status-jdk11-build
...
...
@@ -104,7 +104,7 @@ resources:
icon
:
eye-check-outline
source
:
repository
:
((github-repo-name))
access_token
:
((github-
acces
s-token))
access_token
:
((github-
ci-statu
s-token))
branch
:
((branch))
context
:
jdk11-build
-
name
:
repo-status-jdk12-build
...
...
@@ -112,7 +112,7 @@ resources:
icon
:
eye-check-outline
source
:
repository
:
((github-repo-name))
access_token
:
((github-
acces
s-token))
access_token
:
((github-
ci-statu
s-token))
branch
:
((branch))
context
:
jdk12-build
-
name
:
slack-alert
...
...
@@ -450,7 +450,7 @@ jobs:
params
:
RELEASE_TYPE
:
M
GITHUB_USERNAME
:
((github-username))
GITHUB_TOKEN
:
((github-
release-notes-access
-token))
GITHUB_TOKEN
:
((github-
ci-release
-token))
-
put
:
github-pre-release
params
:
name
:
generated-release-notes/tag
...
...
@@ -481,7 +481,7 @@ jobs:
params
:
RELEASE_TYPE
:
RC
GITHUB_USERNAME
:
((github-username))
GITHUB_TOKEN
:
((github-
release-notes-access
-token))
GITHUB_TOKEN
:
((github-
ci-release
-token))
-
put
:
github-pre-release
params
:
name
:
generated-release-notes/tag
...
...
@@ -537,7 +537,7 @@ jobs:
params
:
RELEASE_TYPE
:
RELEASE
GITHUB_USERNAME
:
((github-username))
GITHUB_TOKEN
:
((github-
release-notes-access
-token))
GITHUB_TOKEN
:
((github-
ci-release
-token))
-
put
:
github-release
params
:
name
:
generated-release-notes/tag
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment