jenkins.py 494 B

1234567891011121314151617181920
  1. # This Source Code Form is subject to the terms of the Mozilla Public
  2. # License, v. 2.0. If a copy of the MPL was not distributed with this
  3. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  4. ENVIRONMENT_VARIABLES = [
  5. 'BUILD_NUMBER',
  6. 'BUILD_ID',
  7. 'BUILD_URL',
  8. 'NODE_NAME',
  9. 'JOB_NAME',
  10. 'BUILD_TAG',
  11. 'EXECUTOR_NUMBER',
  12. 'JENKINS_URL',
  13. 'JAVA_HOME',
  14. 'WORKSPACE',
  15. 'SVN_REVISION',
  16. 'CVS_BRANCH',
  17. 'GIT_COMMIT',
  18. 'GIT_URL',
  19. 'GIT_BRANCH']