Summary
Gets the short name of the project of this build stripping off folder paths, such as "foo" for "bar/foo".
- Namespace
- Cake
.Common .Build .Jenkins .Data - Containing Type
- JenkinsJobInfo
Syntax
public string JobBaseName { get; }
Value
Type | Description |
---|---|
string | The base name of the job. |