The test level you wish to perform this deployment at.

- None: No tests will be run during this deployment.
- Relevant: the RunSpecifiedTests level. Jenkins will use the information provided in the Run Test Regex field under the System Configuration section to determine which set of tests need to be run for this particular deployment. A warning will be generated in Jenkins log if no relevant test is found for a particular ApexClass.
- Local: All unit tests are run, excluding those found in managed packages.
- All: All unit tests are run, including those found in managed packages.