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
a50ef54e
Commit
a50ef54e
authored
Apr 10, 2018
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create 2.0.x branch and CI pipeline
parent
4fbe0b12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
README.adoc
ci/README.adoc
+7
-7
parameters.yml
ci/parameters.yml
+1
-1
No files found.
ci/README.adoc
View file @
a50ef54e
...
...
@@ -4,7 +4,7 @@ The pipeline can be deployed using the following command:
[source]
----
$ fly -t spring set-pipeline -p spring-boot -c ci/pipeline.yml -l ci/parameters.yml
$ fly -t spring set-pipeline -p spring-boot
-2.0.x
-c ci/pipeline.yml -l ci/parameters.yml
----
NOTE: This assumes that you have credhub integration configured with the appropriate
...
...
@@ -16,22 +16,22 @@ To release a milestone:
[source]
----
$ fly -t spring trigger-job -j spring-boot/stage-milestone
$ fly -t spring trigger-job -j spring-boot/promote-milestone
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/stage-milestone
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/promote-milestone
----
To release an RC:
[source]
----
$ fly -t spring trigger-job -j spring-boot/stage-rc
$ fly -t spring trigger-job -j spring-boot/promote-rc
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/stage-rc
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/promote-rc
----
To release a GA:
[source]
----
$ fly -t spring trigger-job -j spring-boot/stage-release
$ fly -t spring trigger-job -j spring-boot/promote-release
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/stage-release
$ fly -t spring trigger-job -j spring-boot
-2.0.x
/promote-release
----
ci/parameters.yml
View file @
a50ef54e
...
...
@@ -5,7 +5,7 @@ github-repo: "https://github.com/spring-projects/spring-boot.git"
github-repo-name
:
"
spring-projects/spring-boot"
docker-hub-organization
:
"
springci"
artifactory-server
:
"
https://repo.spring.io/"
branch
:
"
master
"
branch
:
"
2.0.x
"
build-name
:
"
spring-boot"
bintray-subject
:
"
spring"
bintray-repo
:
"
jars"
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