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 1
1
== Concourse pipeline
2
2
3
- The pipeline can be deployed using the following command:
3
+ Ensure that you've have a spring-boot target logged in
4
4
5
5
[source]
6
6
----
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
8
8
----
9
9
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:
24
11
25
12
[source]
26
13
----
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
29
15
----
30
16
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