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 repository ()String$Source.RepoName.Branch$"/branches/a_test_branch"
BranchName The branch name of the branch associated with the build for the given repositoryString$Source.RepoName.BranchName.ToLower$$"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"
Path The disk location of the source associated with the build for the given repositoryString$Source.RepoName.Path.ToLower$ TagPath$"C:\ContinuaAgent\Ws\44\Source\"
TagThe tag name (if one exists) associated with the build for the given repository String$Source.RepoName.Tag.ToLower$Tag$"v3-release" 
Type String$Source.RepoNamea.Type$Type$ 
Url String$Source.RepoName.Url$ 

Changeset (used by $Source)

NameDescriptionTypeUsage Example
Id String$Source.RepoName.Id$""
Comment String$Source.RepoName.Comment$ 
Repositoryusername String$Source.RepoName.Repositoryusername$ 
Branch String$Source.RepoName.Branch$ 
Branchname String$Source.RepoName.Branchname$ 
Created Datetime$Source.RepoName.Created$ 
Filecount Int$Source.RepoName.Filecount$ 
Committerusername String$Source.RepoName.Committerusername$ 
Committerfullname String$Source.RepoName.Committerfullname$ 

Stage (used by $Source)

NameDescriptionTypeUsage Example
Name   
Metrics   

...