Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Added branch name to Build entity for VCS configurations where git is us... #79

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

abbottdev
Copy link

@abbottdev
Copy link
Author

Hi,

In the latest TeamCity REST API the branch name is included in the response.

In my scenario I need to be able to identify the new builds which have occurred during two time periods, and be able to identify the branch which triggered the build. This then allows me to integrate our ticketing system with TeamCity by using branch Names. (We use Git DVCS)

derekgates and others added 16 commits August 12, 2014 16:39
- Allows to pull changes since a change id.  Useful to obtain changes
since the last successful.
- Adding ByBuildInternalId() and tests for this method.
Added a Function to Pin a Build by providing its BuildConfigId and
Buildnumber. A message string can be passed to the function, which will
show up as comment to the pinned build.

Revert "Pin a Build by ConfigId and BuildNumber"

This reverts commit
f8063d3.

Pin a Build by ConfigId and BuildNumber

Added a Function to Pin a Build
by providing the ConfigId and
BuildNumber. You can provide a Message
which will show up as comment to
the pinned Build.
Updating EasyHttp. Also needed to add a reference to get it to build. I
could not run all the tests because I don't have the sample TC server
local for the tests to run.
Conflicts:
	src/TeamCitySharp/ActionTypes/Projects.cs
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants