when i commit the code , i want build the jar in bitbucket , plz tell me the steps
Hello @Jagadish Kumar ,
and welcome to the Community!
In order to build files in Bitbucket Cloud you can make use of Bitbucket Pipelines.
As you're onboarding to the pipelines, I would suggest following the instructions of the below article :
While creating your first pipeline, you'll have the option to select from a variety of templates, including Java builds, which you can use as a starting point to customize according to your needs.
The process basically consists of the following steps :
Enable Pipelines:
Go to your Repository settings > Settings under the Pipelines section and enable Bitbucket Pipelines for your repository.
Once Pipelines is enabled, any subsequent code commits to your repository will trigger the build pipeline automatically and will run the defined build steps.
I hope that helps! Should you have any questions, feel free to ask.
Thank you, @Jagadish Kumar !
Patrik S
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.