File tree Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Expand file tree Collapse file tree 1 file changed +6
-25
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments