The pipeline can be deployed using the following command:
$ fly -t spring set-pipeline -p spring-boot-2.0.x -c ci/pipeline.yml -l ci/parameters.yml
Note
|
This assumes that you have credhub integration configured with the appropriate secrets. |
To release a milestone:
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-milestone
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-milestone
To release an RC:
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-rc
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-rc
To release a GA:
$ fly -t spring trigger-job -j spring-boot-2.0.x/stage-release
$ fly -t spring trigger-job -j spring-boot-2.0.x/promote-release