Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A child of the Repository Object and an item in the Changesets Collection, the changeset object describes the properties under $Source.RepoName.BuiltChangeset,  $Source.RepoName.LatestChangeset,  $Source.RepoName.LatestTriggeringChangeset and each item under $Source.RepoName.Changesets


NameDescriptionTypeUsage Example
IdA unique identifier given to this changeset
BranchThe full branch path of the latest changeset associated with this repositoryString$Source.RepoName.BuiltChangeset.Branch$"/branches/a_test_branch"
BranchNameThe branch name of the latest changeset associated with this repositoryString$Source.RepoName.BuiltChangeset.
Id$"a4ae66dffe5342e47c3aaf987bced4e9a320559e
BranchName$"a_test_branch"
ChangedTagNameThe name of any tag which was changed by this changesetString$Source.RepoName.LatestTriggeringChangeset.ChangedTagName$"tag3"
Comment
This
The comment associated with this changesetString$Source.RepoName.BuiltChangeset.Comment$"This is a test commit"
RepositoryUsername
CommentHTMLThe
username of the repository user who committed this changeset
comment associated with this changeset in HTML with issue connector linksString$Source.RepoName.BuiltChangeset.
RepositoryUsername$
CommentHTML$"This is a commit for issue <a href="https://github.com/VSoftTechnologies/DUnitX/issues/123" target="_blank">123</a>"
CommitterFullNameThe full name of the Continua CI user who committed this changeset (if one exists based on user repository mappings)
"Peter Toms"BranchThe full branch path of the latest changeset associated with this repository
String$Source.RepoName.BuiltChangeset.
Branch$
CommitterFullName$"
/branches/a_test_branch
Peter Toms"
BranchName
CommitterUserNameThe
branch name
username of the
latest changeset associated with this repository
Continua CI User who committed this changeset (if one exists based on user repository mappings )String$Source.RepoName.BuiltChangeset.
BranchName$
CommitterUserName$"
a_test_branch
peter.toms@finalbuilder.com"
CreatedThe date and time when the changeset was committed or created within the source repositoryDateTime$Source.RepoName.BuiltChangeset.Created$"11/09/2014 1:48:36 AM"
FileCountThe number of file changes associated with this
commit
changesetInteger$Source.RepoName.BuiltChangeset.FileCount$1
CommitterUserName
FirstTagNameThe
username
name of the
Continua User who committed this changeset (if one exists based on user repository mappings )
first (or earliest) tag associated with this changesetString$Source.RepoName.BuiltChangeset.
CommitterUserName$
FirstTagName$"
peter.toms@finalbuilder.com
tag1"
CommitterFullName
LatestTagNameThe
full
name of the
Continua user who committed this changeset (if one exists based on user repository mappings)
latest tag associated with this changesetString$Source.RepoName.BuiltChangeset.
CommitterFullName$
LatestTagName$"
Peter Toms
tag3"
FirstTagName
RepositoryChangeIdThe
name of the first (or earliest) tag associated with this changeset
repositories changeset identifier (revision or commit hash)String$Source.RepoName.BuiltChangeset.
FirstTagName$
RepositoryChangeId$"
tag1
a9ca2c9f4e1e0061075aa47cbb97201a43b0f66f"
LatestTagName
RepositoryUsernameThe
name
username of the
latest tag associated with
repository user who committed this changesetString$Source.RepoName.BuiltChangeset.
LatestTagName$
RepositoryUsername$"
tag3
Peter Toms"
TagNamesA
comma-delimited list of tags
collection of tag names associated with this changesetString Collection$Source.RepoName.BuiltChangeset.TagNames$"tag1,tag2,tag3"
ChangedTagName
Tags
The name of the tag which was changed by this changesetString
A collection of tags associated with this changesetChangeset Tags Collection$Source.RepoName.BuiltChangeset.Tags.First().Name$"tag1"
TriggeringTrue if this changeset has triggered the buildBoolean$Source.RepoName.LatestTriggeringChangeset.
ChangedTagName$"tag3"
Triggering$True