Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Build configuration history in teamcity

I'm new to teamcity and I have a question: is there a way to check the latest changes on a specific job and who made them? same as "job configuration history" in Jenkins

like image 439
Shahar Hamuzim Rajuan Avatar asked Nov 16 '13 11:11

Shahar Hamuzim Rajuan


People also ask

What is build configuration in TeamCity?

This section contains articles on how to create and configure build configurations via the TeamCity UI. A build configuration is a collection of settings used to start a build and group the sequence of the builds in the UI.

What is a build configuration?

A build configuration describes a single build definition and a set of triggers for when a new build is created. Build configurations are defined by a BuildConfig , which is a REST object that can be used in a POST to the API server to create a new instance.

How do I copy a configuration in TeamCity?

To copy, move or delete a build configuration, use the Actions menu in the upper right corner of Build Configuration Settings.

How do you clean builds in TeamCity?

You can also enable automatic cleaning the sources before every build, if you check the option Clean all files before build on the Create/Edit Build Configuration> Version Control Settings page. If this option is checked, TeamCity performs a full checkout before each build.


1 Answers

Yes, from the build configuration editing page there is a section down the bottom right with a "view history" link to view the audit log filtered to just this configuration:

TeamCity build configuration editing page

You can also access the history and all other audit information from the Administration section home page, then click the "Audit" link on the left. This will allow you to filter the audit information to specific projects, build configurations or by specific users.

like image 143
Jonathon Rossi Avatar answered Oct 22 '22 11:10

Jonathon Rossi