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.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@vishalkalra please add a screenshot of you browser when you access.
Also confirm that under settings pipelines is enabled.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Possibly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.