123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "ENV": {
- "NODE_LABEL": "windows-2024-07",
- "LY_3RDPARTY_PATH": "D:/workspace/3rdParty",
- "TIMEOUT": 30,
- "WORKSPACE": "D:/workspace",
- "MOUNT_VOLUME": true
- },
- "PIPELINE_ENV_OVERRIDE": {
- "daily-pipeline-metrics": {
- "CLEAN_WORKSPACE": true,
- "DISCARD_VOLUME": true
- },
- "periodic-clean-weekly": {
- "CLEAN_WORKSPACE": true,
- "DISCARD_VOLUME": true
- },
- "periodic-clean-weekly-internal": {
- "CLEAN_WORKSPACE": true,
- "DISCARD_VOLUME": true
- },
- "periodic-incremental-daily": {
- "DISCARD_VOLUME": true
- },
- "periodic-incremental-daily-internal": {
- "DISCARD_VOLUME": true
- },
- "snapshot": {
- "CLEAN_WORKSPACE": true,
- "CREATE_SNAPSHOT": true,
- "DISCARD_VOLUME": true
- }
- },
- "PIPELINE_JENKINS_PARAMETERS": {
- "periodic-incremental-daily-internal": [
- {
- "parameter_name": "O3DE_AWS_DEPLOY_REGION",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The region to deploy the stacks into."
- },
- {
- "parameter_name": "ASSUME_ROLE_ARN",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The ARN of the IAM role to assume to retrieve temporary AWS credentials."
- },
- {
- "parameter_name": "COMMIT_ID",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The commit ID for locking the version of CDK applications to deploy."
- }
- ],
- "periodic-clean-weekly-internal": [
- {
- "parameter_name": "O3DE_AWS_DEPLOY_REGION",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The region to deploy the stacks into."
- },
- {
- "parameter_name": "ASSUME_ROLE_ARN",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The ARN of the IAM role to assume to retrieve temporary AWS credentials."
- },
- {
- "parameter_name": "COMMIT_ID",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The commit ID for locking the version of CDK applications to deploy."
- }
- ],
- "nightly-installer": [
- {
- "parameter_name": "O3DE_INSTALL_VERSION",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The O3DE version in the installer filename and engine version"
- },
- {
- "parameter_name": "O3DE_INSTALL_DISPLAY_VERSION",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The O3DE display version in the installer filename and engine display version"
- },
- {
- "parameter_name": "O3DE_INSTALL_BUILD_VERSION",
- "parameter_type": "string",
- "default_value": "",
- "use_last_run_value": true,
- "description": "The O3DE version shown in the splash screens"
- },
- {
- "parameter_name": "INSTALLER_S3_PATH",
- "parameter_type": "string",
- "default_value": "/development/Latest/Windows/o3de_installer.exe",
- "use_last_run_value": true,
- "description": "The path to the O3DE installer executable in S3"
- }
- ]
- }
- }
|