Summary
Gets the name of the stage as defined in .gitlab-ci.yml.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public string Stage { get; }
Value
Type | Description |
---|---|
string | The name of the current stage. |