Skip to content

Commit 53ba37e

Browse files
committed
Update CI readme
1 parent 25e7363 commit 53ba37e

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

ci/README.adoc

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,18 @@
11
== Concourse pipeline
22

3-
The pipeline can be deployed using the following command:
3+
Ensure that you've have a spring-boot target logged in
44

55
[source]
66
----
7-
$ fly -t spring set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
7+
$ fly -t spring-boot login -n spring-boot -c https://ci.spring-io
88
----
99

10-
NOTE: This assumes that you have credhub integration configured with the appropriate
11-
secrets.
12-
13-
=== Release
14-
15-
To release a milestone:
16-
17-
[source]
18-
----
19-
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-milestone
20-
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-milestone
21-
----
22-
23-
To release an RC:
10+
The pipeline can be deployed using the following command:
2411

2512
[source]
2613
----
27-
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-rc
28-
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-rc
14+
$ fly -t spring-boot set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
2915
----
3016

31-
To release a GA:
32-
33-
[source]
34-
----
35-
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-release
36-
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-release
37-
----
17+
NOTE: This assumes that you have credhub integration configured with the appropriate
18+
secrets.

0 commit comments

Comments
 (0)