Add maven central syncing to release process.
This commit is contained in:
@@ -28,8 +28,8 @@ 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 <team-name> sp -p spring-session-data-mongodb -c ci/pipeline-template.yml -l credentials.yml -v branch=master -v release-branch=release
|
||||
% fly -t <team-name> sp -p spring-session-data-mongodb-2.0.x -c ci/pipeline-template.yml -l credentials.yml -v branch=2.0.x -v release-branch=release-2.0.x
|
||||
% 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.0.x -c ci/pipeline-template.yml -l credentials.yml -v branch=2.0.x -v release-branch=release-2.0.x
|
||||
----
|
||||
|
||||
This creates pipelines for:
|
||||
@@ -40,8 +40,8 @@ This creates pipelines for:
|
||||
With these pipelines in place, you can now activate and expose them:
|
||||
|
||||
----
|
||||
% fly -t <team-name> unpause-pipeline -p spring-session-data-mongodb
|
||||
% fly -t <team-name> expose-pipeline -p spring-session-data-mongodb
|
||||
% fly -t <team-name> unpause-pipeline -p spring-session-data-mongodb-2.0.x
|
||||
% fly -t <team-name> expose-pipeline -p spring-session-data-mongodb-2.x
|
||||
% 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.0.x
|
||||
% fly -t spring-team expose-pipeline -p spring-session-data-mongodb-2.x
|
||||
----
|
||||
Reference in New Issue
Block a user