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
5b3a6324
Commit
5b3a6324
authored
Jun 11, 2021
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Configure CI pipeline for Spring Boot 2.6.x
parent
ef385873
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
README.adoc
ci/README.adoc
+1
-1
parameters.yml
ci/parameters.yml
+1
-1
pipeline.yml
ci/pipeline.yml
+2
-2
No files found.
ci/README.adoc
View file @
5b3a6324
...
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
...
@@ -11,7 +11,7 @@ The pipeline can be deployed using the following command:
[source]
[source]
----
----
$ fly -t spring-boot set-pipeline -p spring-boot-2.
5
.x -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring-boot set-pipeline -p spring-boot-2.
6
.x -c ci/pipeline.yml -l ci/parameters.yml
----
----
NOTE: This assumes that you have credhub integration configured with the appropriate
NOTE: This assumes that you have credhub integration configured with the appropriate
...
...
ci/parameters.yml
View file @
5b3a6324
...
@@ -7,7 +7,7 @@ homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
...
@@ -7,7 +7,7 @@ homebrew-tap-repo: "https://github.com/spring-io/homebrew-tap.git"
docker-hub-organization
:
"
springci"
docker-hub-organization
:
"
springci"
artifactory-server
:
"
https://repo.spring.io"
artifactory-server
:
"
https://repo.spring.io"
branch
:
"
main"
branch
:
"
main"
milestone
:
"
2.
5
.x"
milestone
:
"
2.
6
.x"
build-name
:
"
spring-boot"
build-name
:
"
spring-boot"
concourse-url
:
"
https://ci.spring.io"
concourse-url
:
"
https://ci.spring.io"
task-timeout
:
2h00m
task-timeout
:
2h00m
ci/pipeline.yml
View file @
5b3a6324
...
@@ -623,7 +623,7 @@ jobs:
...
@@ -623,7 +623,7 @@ jobs:
<<
:
*sdkman-task-params
<<
:
*sdkman-task-params
RELEASE_TYPE
:
RELEASE
RELEASE_TYPE
:
RELEASE
BRANCH
:
((branch))
BRANCH
:
((branch))
LATEST_GA
:
tru
e
LATEST_GA
:
fals
e
-
name
:
update-homebrew-tap
-
name
:
update-homebrew-tap
serial
:
true
serial
:
true
plan
:
plan
:
...
@@ -639,7 +639,7 @@ jobs:
...
@@ -639,7 +639,7 @@ jobs:
image
:
ci-image
image
:
ci-image
file
:
git-repo/ci/tasks/update-homebrew-tap.yml
file
:
git-repo/ci/tasks/update-homebrew-tap.yml
params
:
params
:
LATEST_GA
:
tru
e
LATEST_GA
:
fals
e
-
put
:
homebrew-tap-repo
-
put
:
homebrew-tap-repo
params
:
params
:
repository
:
updated-homebrew-tap-repo
repository
:
updated-homebrew-tap-repo
...
...
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