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
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.BranchName$"a_test_branch"
ChangedTagNameThe name of any tag which was changed by this changesetString$Source.RepoName.LatestTriggeringChangeset.ChangedTagName$"tag3"
CommentThe comment associated with this changesetString$Source.RepoName.BuiltChangeset.Comment$"This is a test commit"
CommentHTMLThe comment associated with this changeset in HTML with issue connector linksString$Source.RepoName.BuiltChangeset.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)String$Source.RepoName.BuiltChangeset.CommitterFullName$"Peter Toms"
CommitterUserNameThe username of the Continua CI User who committed this changeset (if one exists based on user repository mappings )String$Source.RepoName.BuiltChangeset.CommitterUserName$"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 changesetInteger$Source.RepoName.BuiltChangeset.FileCount$1
FirstTagNameThe name of the first (or earliest) tag associated with this changesetString$Source.RepoName.BuiltChangeset.FirstTagName$"tag1"
LatestTagNameThe name of the latest tag associated with this changesetString$Source.RepoName.BuiltChangeset.LatestTagName$"tag3"
RepositoryChangeIdThe repositories changeset identifier (revision or commit hash)String$Source.RepoName.BuiltChangeset.RepositoryChangeId$"a9ca2c9f4e1e0061075aa47cbb97201a43b0f66f"
RepositoryUsernameThe username of the repository user who committed this changesetString$Source.RepoName.BuiltChangeset.RepositoryUsername$"Peter Toms"
TagNamesA collection of tag names associated with this changesetString Collection$Source.RepoName.BuiltChangeset.TagNames$"tag1,tag2,tag3"
TagsA 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.Triggering$True



  • No labels