File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The pipeline can be deployed using the following command:
4
4
5
5
[source]
6
6
----
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
8
8
----
9
9
10
10
NOTE: This assumes that you have credhub integration configured with the appropriate
@@ -16,22 +16,22 @@ To release a milestone:
16
16
17
17
[source]
18
18
----
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
21
21
----
22
22
23
23
To release an RC:
24
24
25
25
[source]
26
26
----
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
29
29
----
30
30
31
31
To release a GA:
32
32
33
33
[source]
34
34
----
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
37
37
----
You can’t perform that action at this time.
0 commit comments