Inputs
Container
Container inputs provide parameters for publishing and authenticating against container registries.
name | type | description |
---|---|---|
CONTAINER_REGISTRY | string | The full url of the container registry, used for authentication and iamge publishing (ie. docker.io/my-repo/my-app ). |
CONTAINER_REGISTRY_USERNAME | string | The authentication username for the container registry. |
CONTAINER_REGISTRY_PASSWORD | string | The authentication password for the container registry. |
SonarQube
SonarQube inputs provide variables for interacting with a SonarQube code quality scanning service.
name | type | description |
---|---|---|
SONARQUBE_TOKEN | string | The authentication token for the SonarQube instance. |