This
image: java:8 pipelines: default: - step: script: # Modify the commands below to build your repository. - git clone https://lrkwz@bitbucket.org/myproject/myrepo.git - cd myrepo - mvn install - cd .. - ./gradlew build
fails because cloning myrepo requires a password.
How can I build dependencies before building my actual project?
The best way to clone a private repository is using ssh rather than https so that you don't need to use your personal password.
Have a look at these guides for setting up ssh for a pipeline:
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.