Summary
Gets a value indicating whether this instance is running on jenkins.
- Namespace
- Cake
.Common .Build .Jenkins - Containing Type
- IJenkinsProvider
Syntax
bool IsRunningOnJenkins { get; }
Value
Type | Description |
---|---|
bool |
true if this instance is running on jenkins; otherwise, false .
|