circlecli icon indicating copy to clipboard operation
circlecli copied to clipboard

Bitbucket support

Open jihonrado opened this issue 7 years ago • 0 comments

This library works only with Github with the current implementation, as it uses URLs like this:

https://circleci.com/api/v1.1/project/:username/:project/tree/:branch

Following CircleCI documentation, the VCS can be specified by using URLs like:

https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/tree/:branch

Not providing the vcs-type path parameter makes CircleCI consider github as VCS.

jihonrado avatar Apr 12 '17 07:04 jihonrado