Skip to content

Missing SSH on pipeline #93

@michaelw85

Description

@michaelw85

The ssh method is missing on the pipelines namespace.

Expected:

new Client()->repositories()->workspaces('xyz')->pipelines('repo')->ssh()->keyPair()->...

Actual:
Image

Work around:

use Bitbucket\Api\Repositories\Workspaces\PipelinesConfig\Ssh;

new Ssh($client, 'workspace', 'repo')->keyPair()->...etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions