Teamcity setup for OVMF build - shijunjing/edk2 GitHub Wiki

Useful doc and reference:

Download:

Download TeamCity-2020.2.exe from https://www.jetbrains.com/teamcity/download/

Install in Windows:

Install TeamCity-2020.2.exe with all default configures except below steps:

Configure Web UI

Use web browser to access http://localhost/ in w10-uefi-b01

Configure Teamcity proxy

teamcity.http.proxyHost=xxx-xxx.intel.com
teamcity.https.proxyPort=xxx
teamcity.https.proxyHost=xxx-xxx.intel.com
teamcity.http.proxyPort=xxx

I found the TC needs a while to really apply above proxy properties. So, it is better to restart the TC services after set the proxy.