Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini menjelaskan cara melihat informasi tentang build Cloud Build Anda menggunakan dasbor Cloud Build di konsol Google Cloud .
Dasbor Cloud Build memberikan ringkasan umum build terbaru Anda untuk setiap pemicu build.
Dasbor diatur berdasarkan kartu, dengan setiap kartu dikaitkan dengan
pemicu build di repositori Anda. Jika ada beberapa pemicu yang dibuat dalam satu repositori, akan ada beberapa kartu. Kartu ini
diurutkan menurut abjad berdasarkan nama repositori Anda, diikuti dengan nama
pemicu. Anda juga dapat menyematkan kartu apa pun ke bagian atas halaman dengan mengarahkan kursor ke
sisi kanan kartu, lalu mengklik ikon pin seperti yang ditunjukkan dalam
contoh di bawah:
Kartu diberi judul berdasarkan hasil build terbaru, seperti Berhasil atau
Gagal. Nama repositori dan nama pemicu mengikuti
hasil hasil terbaru. Di bawah judul, kartu ini merangkum hasil
yang terkait dengan build terbaru Anda.
Melihat dasbor
Dasbor Cloud Build akan diisi jika Anda telah menyiapkan pemicu build. Untuk mempelajari lebih lanjut cara menyiapkan pemicu build, lihat Membuat dan mengelola pemicu build.
Anda akan melihat dasbor Cloud Build yang mencantumkan build terbaru untuk pemicu build Anda.
Dasbor Cloud Build menampilkan informasi berikut:
Build terbaru: Tanggal dan waktu build terbaru Anda.
Durasi: Durasi build terbaru Anda, dalam format HH:MM:SS.
Sumber: Menautkan ke repositori sumber yang terhubung. Repositori sumber Anda dapat berupa Cloud Source Repositories, repositori GitHub, atau repositori Bitbucket.
Commit: Link ke commit yang digunakan untuk build Anda.
Langkah Gagal: Langkah yang gagal yang menyebabkan kegagalan build, jika
build terbaru Anda gagal.
Jika build terbaru Anda gagal, Failed step akan ditautkan ke langkah yang
menyebabkan kegagalan dalam log build Anda.
Histori Build: Diagram batang yang menampilkan durasi build untuk 20 build terbaru Anda. Anda dapat mengarahkan kursor ke setiap batang dalam diagram batang untuk melihat informasi tentang setiap
build.
Rata-Rata Durasi: Runtime rata-rata dari 20 build terbaru Anda, tidak
termasuk build yang masih berjalan.
Jika durasi rata-rata waktu build Anda melebihi 10 menit dan jenis mesin yang Anda tentukan untuk build adalah E2_MEDIUM, E2_HIGHCPU_8, atau N1_HIGHCPU_8, Anda akan melihat tombol TINGKATKAN KECEPATAN. Anda dapat mengklik TINGKATKAN KECEPATAN untuk melihat
rekomendasi tentang cara meningkatkan kecepatan build. Untuk mempelajari lebih lanjut,
lihat Praktik terbaik untuk mempercepat build.
Lulus - Gagal %: Rasio lulus/gagal rata-rata dari 20 build terbaru Anda.
Filter kartu
Untuk memfilter kartu di dasbor, klik opsi Filter triggers di bagian atas halaman dasbor Cloud Build:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-08-18 UTC."],[[["\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)."]]