BitBucket Pipelines

Configure your BitBucket Pipelines to push your artifacts to CloudRepo.

CloudRepo currently supports the following build technologies. See the individual section for detailed instructions on configuring:

Maven Builds

For all JVM/Maven based builds (leiningen, sbt, gradle, ivy, etc.)

We have put together an extensive walkthrough and code example for integrating CloudRepo into your BitBucket Pipelines based continuous integration workflow.

Python Builds

Pushing your python artifacts from BitBucket Pipelines to CloudRepo simply requires that you provide the pipeline with a set of valid Repository User credentials.

Once you have the credentials, you can configure them as a BitBucket Pipeline Variable.

If you would like a more detailed example (like the one given for Maven, please request one through support).