Internet Explorer is no longer supported. Many things will still work, but your experience will be degraded and some things won't function. Please use a modern browser such as Edge, Chrome, or Firefox.
{ "Name": "Release", "Description": "Builds an application from a main or release branch, deploys it to an Integration stage, then a Test, and finally a Production stage.", "Stages": [ { "Name": "Build", "Targets": [ { "ScriptId": "Build", "EnvironmentName": "Build", "ServerNames": [ "winbuildsv1" ], "ServerRoleNames": [], "DefaultServerContext": 1 } ], "Gate": { "UserApprovals": [], "GroupApprovals": [], "DeploymentWindows": [], "AutomatedChecks": { "Issues": { "Statuses": [] } }, "AutomaticApprovals": [] }, "AutoPromote": true }, { "Name": "Testing", "Description": "", "Targets": [ { "ScriptId": "Deploy", "EnvironmentName": "Testing", "ServerNames": [ "xinedotestsv1" ], "ServerRoleNames": [], "DefaultServerContext": 1 } ], "Gate": { "UserApprovals": [], "GroupApprovals": [], "DeploymentWindows": [], "AutomatedChecks": { "Issues": { "Statuses": [] } }, "AutomaticApprovals": [] }, "AllowMultipleActiveBuilds": false }, { "Name": "Production", "Targets": [ { "ScriptId": "Deploy", "EnvironmentName": "Production", "ServerNames": [ "xinedowebsv2.inedo.com" ], "ServerRoleNames": [], "DefaultServerContext": 1 } ], "Gate": { "UserApprovals": [], "GroupApprovals": [], "DeploymentWindows": [], "AutomatedChecks": { "Issues": { "Statuses": [] } }, "AutomaticApprovals": [ { "persistedObject": "<Inedo.BuildMaster.Extensibility.PromotionRequirements.GitBranchPromotionRequirement Assembly=\"BuildMasterExtensions\"><Properties BranchName=\"thousand\" /></Inedo.BuildMaster.Extensibility.PromotionRequirements.GitBranchPromotionRequirement>" } ] } } ], "TemplateVariables": [], "EventListeners": [ { "Event": 5, "PipelineStageNames": [], "Type": "GitTagEventListener" }, { "Event": 5, "PipelineStageNames": [], "Type": "DeployReleaseEventListener" }, { "Event": 5, "PipelineStageNames": [], "Type": "CreateReleaseEventListener" } ] }