pipeline.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "ENV": {
  3. "NODE_LABEL": "windows-2024-07",
  4. "LY_3RDPARTY_PATH": "D:/workspace/3rdParty",
  5. "TIMEOUT": 30,
  6. "WORKSPACE": "D:/workspace",
  7. "MOUNT_VOLUME": true
  8. },
  9. "PIPELINE_ENV_OVERRIDE": {
  10. "daily-pipeline-metrics": {
  11. "CLEAN_WORKSPACE": true,
  12. "DISCARD_VOLUME": true
  13. },
  14. "periodic-clean-weekly": {
  15. "CLEAN_WORKSPACE": true,
  16. "DISCARD_VOLUME": true
  17. },
  18. "periodic-clean-weekly-internal": {
  19. "CLEAN_WORKSPACE": true,
  20. "DISCARD_VOLUME": true
  21. },
  22. "periodic-incremental-daily": {
  23. "DISCARD_VOLUME": true
  24. },
  25. "periodic-incremental-daily-internal": {
  26. "DISCARD_VOLUME": true
  27. },
  28. "snapshot": {
  29. "CLEAN_WORKSPACE": true,
  30. "CREATE_SNAPSHOT": true,
  31. "DISCARD_VOLUME": true
  32. }
  33. },
  34. "PIPELINE_JENKINS_PARAMETERS": {
  35. "periodic-incremental-daily-internal": [
  36. {
  37. "parameter_name": "O3DE_AWS_DEPLOY_REGION",
  38. "parameter_type": "string",
  39. "default_value": "",
  40. "use_last_run_value": true,
  41. "description": "The region to deploy the stacks into."
  42. },
  43. {
  44. "parameter_name": "ASSUME_ROLE_ARN",
  45. "parameter_type": "string",
  46. "default_value": "",
  47. "use_last_run_value": true,
  48. "description": "The ARN of the IAM role to assume to retrieve temporary AWS credentials."
  49. },
  50. {
  51. "parameter_name": "COMMIT_ID",
  52. "parameter_type": "string",
  53. "default_value": "",
  54. "use_last_run_value": true,
  55. "description": "The commit ID for locking the version of CDK applications to deploy."
  56. }
  57. ],
  58. "periodic-clean-weekly-internal": [
  59. {
  60. "parameter_name": "O3DE_AWS_DEPLOY_REGION",
  61. "parameter_type": "string",
  62. "default_value": "",
  63. "use_last_run_value": true,
  64. "description": "The region to deploy the stacks into."
  65. },
  66. {
  67. "parameter_name": "ASSUME_ROLE_ARN",
  68. "parameter_type": "string",
  69. "default_value": "",
  70. "use_last_run_value": true,
  71. "description": "The ARN of the IAM role to assume to retrieve temporary AWS credentials."
  72. },
  73. {
  74. "parameter_name": "COMMIT_ID",
  75. "parameter_type": "string",
  76. "default_value": "",
  77. "use_last_run_value": true,
  78. "description": "The commit ID for locking the version of CDK applications to deploy."
  79. }
  80. ],
  81. "nightly-installer": [
  82. {
  83. "parameter_name": "O3DE_INSTALL_VERSION",
  84. "parameter_type": "string",
  85. "default_value": "",
  86. "use_last_run_value": true,
  87. "description": "The O3DE version in the installer filename and engine version"
  88. },
  89. {
  90. "parameter_name": "O3DE_INSTALL_DISPLAY_VERSION",
  91. "parameter_type": "string",
  92. "default_value": "",
  93. "use_last_run_value": true,
  94. "description": "The O3DE display version in the installer filename and engine display version"
  95. },
  96. {
  97. "parameter_name": "O3DE_INSTALL_BUILD_VERSION",
  98. "parameter_type": "string",
  99. "default_value": "",
  100. "use_last_run_value": true,
  101. "description": "The O3DE version shown in the splash screens"
  102. },
  103. {
  104. "parameter_name": "INSTALLER_S3_PATH",
  105. "parameter_type": "string",
  106. "default_value": "/development/Latest/Windows/o3de_installer.exe",
  107. "use_last_run_value": true,
  108. "description": "The path to the O3DE installer executable in S3"
  109. }
  110. ]
  111. }
  112. }