Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

SETUP pipeline in bitbucket JAVA application with IVY dependency manage and Ant build tool

dupinder
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 10, 2019

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

1 answer

0 votes
Tom Bradshaw
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2019

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events