Allow customized Jenkins parameters for different pipelines and add aws integration deployment pipeline (#3248)
Allow customized Jenkins parameters for different pipelines so that we can define different Jenkins parameters for a new pipeline and doesn't affect AR build parameters. Add aws integration deployment pipeline.
This commit is contained in:
@@ -376,5 +376,10 @@
|
||||
"install_profile_vs2019",
|
||||
"project_engineinstall_profile_vs2019"
|
||||
]
|
||||
},
|
||||
"awsi_deployment": {
|
||||
"TAGS": ["awsi-deployment"],
|
||||
"COMMAND": "deploy_cdk_applications.cmd",
|
||||
"PARAMETERS": {}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user