Run custom Ogoron CLI commands in Bitbucket Pipelines.
1.0K
Executes a fixed multiline command block in a repository that has access to the baked-in Ogoron CLI.
This is a public Docker image for an Ogoron Bitbucket Pipelines Pipe. The default image is UI-ready and includes the Ogoron CLI binary, Python UI workspace dependencies, Playwright Chromium, and Allure CLI, so normal pipeline runs do not download test tooling at runtime.
Add the pipe to a Bitbucket Pipelines step:
- pipe: ogoron/ogoron-exec-pipe:5.2.1
variables:
OGORON_KEY: $OGORON_KEY
COMMANDS: |
ogoron --version
ogoron run tests
5.2.1: current pinned Ogoron CLI and pipe release.5.2.1-light: smaller unit/API-focused image without the prebuilt UI/browser toolchain.latest: currently points to 5.2.1.light: currently points to 5.2.1-light.COMMANDS is required and is executed with set -euo pipefail.docker pull ogoron/ogoron-exec-pipe:5.2.1Report security issues privately to [email protected].
Content type
Image
Digest
sha256:d8f4639aa…
Size
838.9 MB
Last updated
4 months ago
docker pull ogoron/ogoron-exec-pipe