My Java Application using Ivy as dependency manager and Ant as build tool,
I want to set pipeline in Bitbucket for my application.
How do i do this ?
Please help
PS: version control system is Mercurial
Hi @dupinder
To use pipelines the best place to start is the documentation at https://confluence.atlassian.com/bitbucket/build-test-and-deploy-with-pipelines-792496469.html
You will need to create a bitbucket-pipelines.yml file and, using the structure specified in our documentation, specify the same commands you would run if you were running this application on your local machine.
Ant is already installed on our default pipelines image but you will have to either create a new docker image with ivy installed or install it as the first step of your pipeline if you want to use ivy.
Cheers,
Tom.
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.