Skip to content

Commit 4a351f6

Browse files
committed
Update pipeline name in CI README
1 parent 2ba5f4a commit 4a351f6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ci/README.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The pipeline can be deployed using the following command:
44

55
[source]
66
----
7-
$ fly -t spring set-pipeline -p spring-boot -c ci/pipeline.yml -l ci/parameters.yml
7+
$ fly -t spring set-pipeline -p spring-boot-2.1.x -c ci/pipeline.yml -l ci/parameters.yml
88
----
99

1010
NOTE: This assumes that you have credhub integration configured with the appropriate
@@ -16,22 +16,22 @@ To release a milestone:
1616

1717
[source]
1818
----
19-
$ fly -t spring trigger-job -j spring-boot/stage-milestone
20-
$ fly -t spring trigger-job -j spring-boot/promote-milestone
19+
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-milestone
20+
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-milestone
2121
----
2222

2323
To release an RC:
2424

2525
[source]
2626
----
27-
$ fly -t spring trigger-job -j spring-boot/stage-rc
28-
$ fly -t spring trigger-job -j spring-boot/promote-rc
27+
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-rc
28+
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-rc
2929
----
3030

3131
To release a GA:
3232

3333
[source]
3434
----
35-
$ fly -t spring trigger-job -j spring-boot/stage-release
36-
$ fly -t spring trigger-job -j spring-boot/promote-release
35+
$ fly -t spring trigger-job -j spring-boot-2.1.x/stage-release
36+
$ fly -t spring trigger-job -j spring-boot-2.1.x/promote-release
3737
----

0 commit comments

Comments
 (0)