Productsup
CDE APIApi referenceBuilds

Trigger a connector build based on VCS information

This action will trigger the following operations: * checkout code * build docker image based on dockerfile * run basic integration test * push image to private docker registry

Sign in to run requests against the CDE API.
POST
/builds/connectors

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://cde.staging.productsup.com/builds/connectors"
{
  "message": "Bad request.",
  "errors": {
    "connector": "This is not a valid UUID."
  }
}
{
  "message": "Access denied for user."
}
{
  "message": "Connector not found."
}

How is this guide?