oss-review-toolkit / ort

A suite of tools to automate software compliance checks.
https://oss-review-toolkit.org
Apache License 2.0
1.61k stars 310 forks source link

Create a BitBucket Pipeline for ORT #5520

Open tsteenbe opened 2 years ago

tsteenbe commented 2 years ago

BitBucket seems to used by various governments and whether ORT can be run in BitBucket has come up in multiple conversations. Filling this ticket so we have one place to collect information and track development of ORT supporting BitBucket.

Documentation: https://support.atlassian.com/bitbucket-cloud/resources/ => Build, test, and deploy with Pipelines

stschroeder commented 2 years ago

Just a tiny hint: #2441 needs to be done first if you want to serve ORT via a Docker image. Bitbucket does not have support to create a Docker container on the fly using a Dockerfile as Jenkins does, see Configure bitbucket-pipelines.yml.

tsteenbe commented 2 years ago

@stschroeder Would you be interest to help develop a BitBucket Pipeline for ORT?