'containerPortMappings',//port mappings required for containers. This will only take effect inside a Kubernetes pod, format [[containerPort: 1111, hostPort: 1111]]
'dockerName',//name of the Docker container. This will only take effect inside a Kubernetes pod.
'dockerWorkspace',//user home directory for Docker execution. This will only take effect inside a Kubernetes pod.
'failOnError',
'gitBranch',//only if testRepository is used: branch of testRepository. Default is master
'gitSshKeyCredentialsId',//only if testRepository is used: ssh credentials id in case a protected testRepository is used
'sidecarEnvVars',//envVars to be set in Selenium container if required
'sidecarImage',//image for Selenium execution which runs as sidecar to dockerImage
'sidecarName',//name of the Selenium container. If not on Kubernetes pod, this will define the name of the link to the Selenium container and is thus required for accessing the server, example http://selenium:4444 (default)
'sidecarVolumeBind',//volume bind. This will not take effect in Kubernetes pod.
'stashContent',//list of stash names which are required to be unstashed before test run
'testRepository'//if tests are in a separate repository, git url can be defined. For protected repositories the git ssh url is required