1. Help Center
  2. Testcontainers Cloud for CI

How to use Testcontainers Cloud with Kubernetes based CI environments?

Download the agent, start it and make sure TC_CLOUD_TOKEN is specified

You can also use Testcontainers Cloud in Kubernetes based CI environments (such as Tekton or Jenkins X). Just download the agent, start it and make sure TC_CLOUD_TOKEN is set to your corresponding token value:

command:
- sh -c "$(curl -fsSL https://get.testcontainers.cloud/bash)"
- mvn verify
envs:
- name: TC_CLOUD_TOKEN
valueFromSecretRef: tccToken