Skip to content

ci-bitbucket capability

ci-bitbucket adds a Bitbucket Pipelines configuration to your Go service for automated build, test, and deploy.

  • bitbucket-pipelines.yml with build, test, and deploy steps

Use ci-bitbucket for services hosted on Bitbucket. The pipeline covers the standard Go CI workflow — build, test, and deploy — without manual YAML authoring.

Suggests: linting, testing, docker

Terminal window
verikt new my-service --language go --cap ci-bitbucket
# or add to an existing service:
verikt add ci-bitbucket

linting

golangci-lint running in the pipeline.

testing

Test utilities for the test step.

docker

Docker build step in the pipeline.