You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Descriptors provide a mechanism to autocomplete for values which may only be known at build execution time.   

Workspace

NameDescriptionTypeExample
 The disk location on the server for the build workspacestring$Workspace$\testfolder

Build

NameDescriptionTypeExample
Id string$Build.Id$
Version Version$Build.Version.Default.Major$
StartedBy string$Build.StartedBy$
IsFeatureBranchBuild Boolean$Build.IsFeatureBranchBuild$
BuildNumber Numeric$build.BuildNumber$
Metrics Metrics$build.Metrics$
HasNewChanges Boolean$build.HasNewChanges$
LinkUrl string$build.LinkUrl$

Configuration

NameDescriptionTypeExample
Name string 

Project

NameDescriptionTypeExample
Name string 
Description string 
Slug string 

Agent

NameDescriptionTypeExample
Utils string 
Hostname   
Port   
    

Source

NameDescriptionTypeExample
Name of the repositories Repository 

Server

NameDescriptionTypeExample
Now DateTime 
NowUtc DateTime 
Hostname   
    

Repository

NameDescriptionTypeExample
Branch String 
BranchName String 
LatestChangeset Changeset 
Path String 
Tag String 
Type String 
Url String 

Changeset

NameDescriptionTypeExample
Id   
Comment   
Repositoryusername   
Branch   
Branchname String 
Created Date time 
Filecount   
Committerusername   
Committerfullname   

 

Version

 

NameDescriptionTypeExample
Major   
Minor   
Build   
Revision   

Stage

NameDescriptionTypeExample
Name   
Metrics   

 

 

  • No labels