[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-09-04。"],[[["\u003cp\u003eThe Cloud Build dashboard in Google Cloud console provides a summary of recent builds, organized by build triggers.\u003c/p\u003e\n"],["\u003cp\u003eEach card on the dashboard represents a build trigger and displays the latest build outcome, repository, trigger name, and summary of recent results.\u003c/p\u003e\n"],["\u003cp\u003eThe dashboard includes details like the latest build's date, duration, source, commit, any failed step, a build history bar chart, average duration, and pass/fail percentage.\u003c/p\u003e\n"],["\u003cp\u003eYou can filter cards on the dashboard by trigger source, name, and description to narrow down the information displayed.\u003c/p\u003e\n"],["\u003cp\u003eUsers can also pin specific cards to the top of the page to keep track of important build triggers.\u003c/p\u003e\n"]]],[],null,["# View build results for build triggers\n\nThis page explains how to view information about your Cloud Build\nbuilds using the [Cloud Build dashboard](http://console.cloud.google.com/cloud-build/dashboard) in Google Cloud console.\n\nThe Cloud Build dashboard provides a high-level overview of your most recent builds for each build\ntrigger.\n\nThe dashboard is organized by cards, where each card is associated with a\nbuild trigger in your repository. If there are multiple triggers\ncreated in a single repository, there will be multiple cards. These cards are\nordered alphabetically by the name of your repository followed by the name\nof the trigger. You can also pin any card to the top of the page by hovering over\nthe right side of the card and clicking on the pin icon as indicated in the\nexample below:\n\nCards are titled by the latest outcomes of the build, such as **Successful** or\n**Failed**. The name of the repository and the trigger name follow the\nresult of the latest outcome. Under the title, the card summarizes results\nrelated to your most recent builds.\n\nView the dashboard\n------------------\n\nThe Cloud Build dashboard is populated if you have build triggers\nset up. To learn more about how to set up build triggers, see [Creating and managing\nbuild triggers](/build/docs/running-builds/create-manage-triggers).\n\nTo view the Cloud Build dashboard:\n\n1. Go to the Cloud Build dashboard page:\n\n \u003cbr /\u003e\n\n [Open the Cloud Build dashboard page](https://console.cloud.google.com/cloud-build)\n\n \u003cbr /\u003e\n\n2. Select your project from the drop-down menu.\n\nYou will see the Cloud Build dashboard listing recent builds for your\nbuilds triggers.\n\nThe Cloud Build dashboard displays the following information:\n\n- **Latest build**: The date and time of your most recent build.\n\n- **Duration** : The duration of your most recent build, in `HH:MM:SS` format.\n\n- **Source** : Links to your connected source repository. Your source repository\n can either be a [Cloud Source Repository](/../source-repositories/docs/create-code-repository),\n a GitHub repository, or a Bitbucket repository.\n\n- **Commit**: Links to the commit that was used for your build.\n\n- **Failed Step**: The failed step that resulted in the build failure, if\n your most recent build has failed.\n\n If your most recent build has failed, **Failed step** will link to the step that\n caused the failure in your build log.\n- **Build History**: A bar chart representing the build duration for your 20 most recent\n builds. You can hover over each bar in the bar chart to view information about each\n individual build.\n\n- **Average Duration**: The average runtime of your 20 most recent builds, not\n including builds that are still running.\n\n If the average duration of your build time exceeds 10 minutes and the\n [machine type](/build/docs/api/reference/rest/v1/projects.builds#machinetype)\n you specified for your build is `E2_MEDIUM`, `E2_HIGHCPU_8`\n or `N1_HIGHCPU_8`, you will see\n the **IMPROVE SPEED** button. You can click on **IMPROVE SPEED** to view\n recommendations on how to improve the speed of your build. To learn more,\n see [Best practices for speeding up builds](/build/docs/speeding-up-builds).\n- **Pass - Fail %**: The average pass/fail ratio of your 20 most recent builds.\n\nFilter cards\n------------\n\nTo filter cards on your dashboard, click the **Filter triggers** option at the\ntop of the Cloud Build dashboard page:\n\nYou can filter cards by:\n\n- **Trigger source**: the name of your source repository.\n- **Trigger name**: the name of your trigger.\n- **Trigger description**: the description of your trigger.\n\nWhat's next\n-----------\n\n- Learn how to [store and view build logs](/build/docs/securing-builds/store-view-build-logs).\n- Learn how to [configure notifications using the Slack notifier](/build/docs/configuring-notifications/configure-slack).\n- Learn how to [configure notifications using the SMTP notifier](/build/docs/configuring-notifications/configure-smtp).\n- Learn how to [troubleshoot build errors](/build/docs/troubleshooting)."]]