Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updates for https://sealights.atlassian.net/browse/SLDEV-17517

...

Code Block
languagebash
curl -X PUT "https://$DOMAIN/sl-api/v1/agent-apis/integration-builds/$BSID/components" \
  -H "Authorization: Bearer $SEALIGHTS_AGENT_TOKEN" \
  -H "Content-Type: application/json" \
  -d "[{\"bsid\":\"component-bsid\",\"appName\":\"app\",\"branchName\":\"branch\",\"buildName\":\"build\"}]"


200 OK

409 CONFLICT

Automatic Integration Build Creation

You may configure an Integration labId to Automatically create Integration Builds. To do this you must:

Delete Integration Build's Components

...