Here's bitbucket-pipelines.yml format I am working on
image: xx
steps:
- step: &build-container
script:
- <BUILD SOMETHING>
- step: &deploy-container
script:
- <DEPLOY SOMETHING>
branches:
develop:
- step:
<<: *build-container
deployment: dev-custom
- step:
<<: *deploy-container
deployment: dev-custom
Hi Divyang,
I understand the need for this feature, our development team has been working on this and it is expected to be released in Q3 2022, please see our roadmap below:
In case you haven't done so already, you can add yourself as a watcher in the feature request here https://jira.atlassian.com/browse/BCLOUD-18261, by selecting the Start watching this issue link, so that you get notified via email on updates. When this feature is released, we will update this feature request.
Kind regards,
Theodora
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.