Documentation

Unity Gaming Services CLI


GitHub Repository

Unity Gaming Services CLI


Jenkins

Learn how to integrate the CLI with Jenkins.
Read time 1 minuteLast updated 21 hours ago

Follow Jenkins' official documentation to setup pipeline. Example CLI recipe:
ugs --versionugs config get project-idugs statusugs env list -jugs deploy <directory-with-service-configurations> -j
To set environment variables, see the EnvInject Jenkins plugin. Example environment variable configuration:
UGS_CLI_PROJECT_ID=your-project-idUGS_CLI_SERVICE_KEY_ID=your-service-key-idUGS_CLI_SERVICE_SECRET_KEY=your-service-secret-key