Updated on 2024-09-27 GMT+08:00

Viewing Build Jobs

You can view the build records and logs of a specified build job in the build job list to locate and rectify faults that occur during component deployment.

Prerequisites

The build job to be viewed is available.

The technology stack type must be Java, Tomcat, Node.js, Python, or PHP.

Viewing Build Jobs

  1. Log in to ServiceStage.
  2. Choose Continuous Delivery > Build.
  3. On the Build page, use either of the following methods to search for a build job:

    • Select the CCE cluster where the component is deployed and the build job status, and select the specified build job in the build list.
    • Search for the build job in the search box.

  4. Click the build task name. The build task details page is displayed.

    • View the Basic Information and Build Record of the build task.
    • Click View Log next to a build record to view Build Details, CodeCheck, and Log.

      Only the Maven build project supports code check. Currently, the following code check plug-ins are supported: Checkstyle, FindBugs, and PMD.