For Java based projects im using AWS CodeBuild service. Using github as SCM, I can able to trigger the build & generate the .war file & can able to deploy to server using AWS CodePipeline Servcie. But all my projects are stored in bitbucet can you help me how do i automate Java Based projects using AWS CodeBuild & CodePipeline services?
Using Aws CodeDeploy addon I can able the trigger the build one i click on Deploy to AWS link. Here i can able to change deployment group, so that i can able to deploy N number of server wich is attached to n number of deployment groups. but here how do i trigger AWS CodeBuild Service
Using Bitbucket Pipeline I can able to triggr the build once the charges are merged to particular branch. Here i can't able to change the deployment group.
You can now use an officially supported integration to build and deploy from Bitbucket to AWS via CodePipeline.
You can also use a number of Pipes as part of your Pipelines to connect directly to a number of AWS deployment types and services.
https://bitbucket.org/product/features/pipelines/integrations?&search=aws
Finally, if you're using Bitbucket Server or Data Center (the self-managed editions of Bitbucket) there is a blog outlining how to integrate here. We hope to have a more native integration for this combination in future.
https://aws.amazon.com/blogs/devops/integrating-codepipeline-with-on-premises-bitbucket-server/
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.