Versions Compared

Key

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

...

NameDescriptionTypeUsage Example
BranchThe full name of the branch associated with the build for the given repositoryString$Source.RepoName.Branch$"/branches/a_test_branch"
BranchNameThe branch name of the branch associated with the build for the given repositoryString$Source.RepoName.BranchName$"a_test_branch"
LatestChangesetA placeholder for the changeset information related to the most recent changeset for the given repositoryChangeset$Source.RepoName.LatestChangeset.Comment$"a comment from the last commit"
PathThe disk location of the source associated with the build for the given repositoryString$Source.RepoName.Path$"C:\ContinuaAgent\Ws\44\Source\"
TagThe tag name (if one exists) associated with the build for the given repositoryString$Source.RepoName.Tag$"v3-release"
Type The Repository product being usedString$Source.RepoName.Type$ "Mercurial"
Url The Url of the repository in question (as defined within the repository preferences)String$Source.RepoName.Url$ "https://github.com/VSoftTechnologies/Delphi-Mocks.git"

Changeset (used by $Source)

NameDescriptionTypeUsage Example
Id A unique id given to this changesetString$Source.RepoName.LatestChangeset.Id$"a4ae66dffe5342e47c3aaf987bced4e9a320559e"
Comment This comment associated with this changesetString$Source.RepoName.LatestChangeset.Comment$ "This is a test commit"
Repositoryusername The username of the user who committed this changesetString$Source.RepoName.LatestChangeset.Repositoryusername$ "Peter Toms"
Branch The full branch path of the latest changeset associated with this repositoryString$Source.RepoName.LatestChangeset.Branch$ "/branches/a_test_branch"
Branchname The branch name of the latest changeset associated with this repositoryString$Source.RepoName.LatestChangeset.Branchname$ "a_test_branch"
Created The created date of this changeset (when the changeset was created within the source repository)Datetime$Source.RepoName.LatestChangeset.Created$ 
Filecount The number of file changes associated with this commitInt$Source.RepoName.LatestChangeset.Filecount$ 
CommitterusernameThe Username of the Continua User who committed this changeset (if one exists based on user repository mappings )String$Source.RepoName.LatestChangeset.Committerusername$ 
Committerfullname The Full name of the Continua user who committed this changeset (if one exists based on user repository mappings)String$Source.RepoName.LatestChangeset.Committerfullname$ 

Stage (used by $Source)

...