Skip to main content

Get CI config settings

GET 

/libraries/:libraryId/ci-config/settings

The operation allows you to retrieve CI config settings.

Request

Path Parameters

    libraryId stringrequired

    Possible values: non-empty

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Responses

CI config settings

Schema

    globalPipelinesConfiguration booleanrequired


    A boolean flag indicating whether pipeline settings are globally configured for the entire repository. If set to false, the pipeline settings are independently customized for individual branches.

Loading...