Skip to content

Commit

Permalink
Add Codefresh detection (#2097)
Browse files Browse the repository at this point in the history
  • Loading branch information
epresi authored Aug 17, 2020
1 parent 5bffce3 commit fd56f7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions TechTalk.SpecFlow/Analytics/AnalyticsEventProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ private readonly Dictionary<string, string> buildServerTypes
{ "BUDDY", "Buddy" },
{ "NEVERCODE", "Nevercode" },
{ "SEMAPHORE", "SEMAPHORE" },
{ "CI_NAME", "CodeShip" },
{ "BROWSERSTACK_USERNAME", "BrowserStack" }
{ "BROWSERSTACK_USERNAME", "BrowserStack" },
{ "CF_BUILD_ID", "Codefresh" },
{ "CI_NAME", "CodeShip" }
};

private string GetBuildServerName()
Expand Down

0 comments on commit fd56f7a

Please sign in to comment.