From a885df0e67fb9b98f8317ee27584000a22d2bfb3 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 2 Apr 2019 15:36:42 -0500 Subject: [PATCH] Polishing. --- ci/README.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/README.adoc b/ci/README.adoc index e9e2c90..483493f 100644 --- a/ci/README.adoc +++ b/ci/README.adoc @@ -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