| 123456789101112131415161718 | # typically you are working with master.# but for a maintenance stream use the branch name (endorR2 etc)releaseName=endorR7#retry timesretryTimes=3# in the future, asap will supply this name.componentName=ba-glass-client# update this to the appropriate value for your branchmajorVersion=11minorVersion=0# This allows a team to specify an asap config. Will be optional in the future.globalConfigUrl=https://na.artifactory.swg-devops.com/artifactory/hyc-waca-generic-local/ASAP-config/asapGlobalConfig.properties# SeleniumSELENIUM_DOCKER_IMAGE=standalone-chromeSELENIUM_DOCKER_VERSION=2.53.1# Needed for npm install not to use /.npmnpm_config_cache=npm-cacheNODE_TLS_REJECT_UNAUTHORIZED=0
 |