IS_BITBUCKET property

bool IS_BITBUCKET

Returns true if Bitbucket Pipelines is the current CI vendor.

Implementation

static bool get IS_BITBUCKET {
  return Platform.environment.containsKey('BITBUCKET_COMMIT');
}