IS_GOCD property

bool IS_GOCD

Returns true if GoCD is the current CI vendor.

Implementation

static bool get IS_GOCD {
  return Platform.environment.containsKey('GO_PIPELINE_LABEL');
}