We are new to Bitbucket server. Our dev team does web apps and Oracle 12c database. I am working on the Oracle end and I would like to know how Deployments are being done. We use Toad for Oracle, and I have it integrated with Bitbucket Server for development, but once it is ready for deployment, what is the usual process that people use? Thanks!
Hi John,
If I understand your question correctly you are looking for deployment options, tips and suggestions.
Since Bitbucket Server doesn't have any deployment functionality I believe you may need to utilize the Bamboo product to handle deployment related tasks.
More details on Bamboo can be found here :https://confluence.atlassian.com/bamboo/getting-started-with-bamboo-289277283.html
With Bamboo added to your product suite, the workflow could potentially be this:
- A change is made to your webapp
- The change is pushed to a staging branch (ie. feature, bug, release, etc) that is tracked by Bamboo
- Bamboo will build and test the changes to ensure the integrity of the code is preserved
- Once the code is tested you can instruct Bamboo to merge the code into a production branch of your repo and/or deploy into your production environment
I hope this information is helpful!
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.