Forums

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

Java project with ant. Can i use for builda dn deployment to my server?

CCI_SINGHNI
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!
December 2, 2018

I have a Java project with ANT build. I want to use Bitbucket pipelines for build, deployment. Can you please share the steps for executing it?

2 answers

1 accepted

0 votes
Answer accepted
Philip Hodder
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 3, 2018

Hi Nitin,

Bitbucket Pipelines provides a bash shell that you can execute builds in. You'll need to ensure that Ant is installed in the Docker image you use.

The default Pipelines Docker image already has Ant installed.

What ant commands are you running locally? You should be able to reuse the same commands in the script section.

Here's an example:

image: atlassian/default-image:2
pipelines:
default:
- step:
script: # Place the commands you normally run locally into this section.
- ant

Thanks,

Phil

CamilaSalles
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!
October 31, 2019

Hello Philip,

When you say 

# Place the commands you normally run locally into this section.

is just put the originals commands with original indentation ? Because I put what you said and appears several errors and don't work.

Could you give a example with some lines of xml of command ant build?

Thank you,

Ample Admin
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 19, 2021

We are facing same issue did you solved this issue?

0 votes
Shoaib Khan June 29, 2021

After the build is done what is the default location of the .war/.jar file?

Can we define it here?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events