Forums

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

Enable pipeline option not working

vishalkalra February 28, 2019

Hello,

We are using the Bitbucket cloud and I tried to enable pipeline under settings, but it does not work.

I do not get any error too. I used the default bitbucket-pipelines.yml file

pipelines:
default:
- step:
caches:
- maven
script: # Modify the commands below to build your repository.
- mvn -B verify # -B batch mode makes Maven less verbose

please suggest.

1 answer

0 votes
Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2019

Hi @vishalkalra ,

Please confirm that the bitbucket-pipelines.yml file is committed. The file should be listed with your files on a particular branch. 

For example my dev branch has:

Screen Shot 2019-03-01 at 8.53.58 AM.png

vishalkalra March 1, 2019

yes it is checked in to my master branch itself.

Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2019

@vishalkalra please add a screenshot of you browser when you access.

Screen Shot 2019-03-01 at 11.16.16 AM.png

Also confirm that under settings pipelines is enabled.

Screen Shot 2019-03-01 at 11.18.17 AM.png

vishalkalra March 1, 2019

pipelines.PNGpipelineSetting.PNG

vishalkalra March 1, 2019

my source code is all soa code i.e. xml, is that a problem?

Edwin Kyalangalilwa
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2019

Possibly.

  • How are you currently building your files?
  • Do you use maven?
vishalkalra March 3, 2019

Hello Edwin,

I currently build my files through Jdeveloper build process. Alternatively it can be built using soa ant build scripts as well.

Currently I do not use maven for the build.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events