Polishing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Spring Session for MongoDB uses Concourse as it's CI tool of choice. This provides support for:
|
||||
|
||||
* Pipelines against the `master` and `2.0.x` branches
|
||||
* Pipelines against the `master`, `2.1.x`, and `2.0.x` branches.
|
||||
* Support for pull requests
|
||||
|
||||
=== Creating a pipeline
|
||||
@@ -28,14 +28,14 @@ WARNING: Do NOT check this file into source control! If you'll check, `credentia
|
||||
With this in place, run the following `fly` commands to create pipelines:
|
||||
|
||||
----
|
||||
% fly -t spring-team sp -p spring-session-data-mongodb -c ci/pipeline-template.yml -l credentials.yml -v branch=master -v release-branch=release
|
||||
% fly -t spring-team sp -p spring-session-data-mongodb-2.1.x -c ci/pipeline-template.yml -l credentials.yml -v branch=2.1.x -v release-branch=release-2.1.x
|
||||
----
|
||||
|
||||
With this pipeline in place, you can now activate and expose it:
|
||||
|
||||
----
|
||||
% fly -t spring-team unpause-pipeline -p spring-session-data-mongodb
|
||||
% fly -t spring-team expose-pipeline -p spring-session-data-mongodb
|
||||
% fly -t spring-team unpause-pipeline -p spring-session-data-mongodb-2.1.x
|
||||
% fly -t spring-team expose-pipeline -p spring-session-data-mongodb-2.1.x
|
||||
----
|
||||
|
||||
=== Making a release
|
||||
|
||||
Reference in New Issue
Block a user