You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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 @Bloompeak Support .
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 @Bloompeak Support
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.