Skip to content

Commit

Permalink
Add Octopus Deploy detection (#2183)
Browse files Browse the repository at this point in the history
  • Loading branch information
epresi authored Oct 28, 2020
1 parent 5d53ca4 commit f2be5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TechTalk.SpecFlow/Analytics/AnalyticsEventProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ private readonly Dictionary<string, string> buildServerTypes
{ "SEMAPHORE", "SEMAPHORE" },
{ "BROWSERSTACK_USERNAME", "BrowserStack" },
{ "CF_BUILD_ID", "Codefresh" },
{ "Octopus.Project.Id", "Octopus Deploy" },

{ "CI_NAME", "CodeShip" }
};

Expand Down

0 comments on commit f2be5e2

Please sign in to comment.