Warm tip: This article is reproduced from stackoverflow.com, please click
gitlab teamcity webhooks

have setup teamcity CI in gitlab ,when a build is triggered do we have an option to know wheather it

发布于 2020-04-03 23:46:53

how can we know a build has been started by webhook or vcs polling in teamcity .repo is stored in gitlab and teamcity is CI tool.earlier we were building using the VCS polling ,now added teamcity CI integration like shown in the screeshot,how to know my integration with teamcity is working teamcity CI

Questioner
Joe Pauly
Viewed
67
Niraj Gajjar 2020-02-03 14:31

When you click on particular build -> Overview

There is label called Triggered by:

if it was triggered by user then "username" is appears otherwise "VCS Trigger" or "Schedule Trigger" is written.