Help Center/ CodeArts Build/ FAQs/ Using Maven for Build/ Service Endpoint Did Not Exist
Updated on 2023-11-28 GMT+08:00

Service Endpoint Did Not Exist

Symptoms

A build task fails to be executed, and the log indicates that the corresponding service extension point does not exist.

Cause Analysis

The service endpoint data is lost. Build tasks associated with this service endpoint will fail.

Solution

Create a service endpoint and associate it with the build task. The following procedure uses Git as an example.

  1. On the navigation bar, choose Settings > General > Service Endpoints.
  2. Create a Git service endpoint.
  3. Return to the build task that fails to be executed, edit the task, and re-associate the new Git service extension on the source code tab.
  4. Run the build task again.