pipeline.properties 704 B

123456789101112131415161718
  1. # typically you are working with master.
  2. # but for a maintenance stream use the branch name (endorR2 etc)
  3. releaseName=endorR7
  4. #retry times
  5. retryTimes=3
  6. # in the future, asap will supply this name.
  7. componentName=ba-glass-client
  8. # update this to the appropriate value for your branch
  9. majorVersion=11
  10. minorVersion=0
  11. # This allows a team to specify an asap config. Will be optional in the future.
  12. globalConfigUrl=https://na.artifactory.swg-devops.com/artifactory/hyc-waca-generic-local/ASAP-config/asapGlobalConfig.properties
  13. # Selenium
  14. SELENIUM_DOCKER_IMAGE=standalone-chrome
  15. SELENIUM_DOCKER_VERSION=2.53.1
  16. # Needed for npm install not to use /.npm
  17. npm_config_cache=npm-cache
  18. NODE_TLS_REJECT_UNAUTHORIZED=0