My requirement is to have a deployment to happen in PCF on premise cloud.
CI/CD used is Bamboo.
As per the requirement i need to deploy the application via Bamboo in PCF every 90 days.
Is it possible via Cron based scheduling.
Hi @Shanmuganandan_Jayakumar ,
Yes it is possible with cron expression scheduling. See the docs for details.
Thanks @Mehmet A _Bloompeak_ .
As an additional clarification, I would like to have the re-deployment alone to happen via bamboo instead of build and deploy by taking what ever is available as the latest artifact and this needs to be periodically deployed via cron expression scheduling.
Please suggest how it can be done.
There are 2 ways build and deploy scenarios in the applications we support
Scenario1: Projects have build plans created
Scenario 2: Project build directly from GIT.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Shanmuganandan_Jayakumar ,
Yes it is possible. In the docs link, it is mentioned as the 4th method. Below is the screenshot from docs page.
Below is screenshot from our bamboo. You can select scheduled deployment. It will select latest package prepared by the build plan and deploy it regularly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Mehmet A _Bloompeak_
I have posted my approach here, Please validate if my approach is correct in this thread
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.