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