Sumber rendering, yang diarsipkan saat rilis pertama kali dibuat.
Nama semua artefak build, seperti image container yang
di-deploy.
Artefak yang dirender, termasuk manifest.yaml yang dirender dan
skaffold.yaml yang dirender yang digunakan untuk rilis ini.
Anda juga dapat melihat perbedaan versi manifes
yang dirender dan file skaffold.yaml yang berbeda.
Melihat peluncuran
Dari halaman Detail rilis, pilih tab Peluncuran.
Klik nama peluncuran yang ingin Anda lihat.
Detail peluncuran ditampilkan di halaman. Detail ini mencakup link
untuk merender log, log deployment, dan artefak target (manifest.yaml dan
skaffold.yaml).
Halaman Peluncuran akan ditampilkan. Ringkasan menampilkan metadata dan status peluncuran.
Tab Fase menampilkan fase dan
tugas dalam peluncuran. Dari sini, Anda dapat
melakukan tindakan pada peluncuran,
seperti melanjutkan fase, menghentikan operasi tugas, dan lainnya.
Melihat artefak rilis
Halaman Detail rilis menyertakan tab Artefak, yang mencantumkan artefak
build, artefak target (manifes dan konfigurasi Skaffold), dan sumber
rendering untuk artefak target tersebut.
Dari halaman ini, Anda dapat melakukan hal berikut:
Download file arsip sumber rendering.
Klik untuk melihat log render untuk artefak target.
Lihat artefak target yang dirender itu sendiri.
Melihat manifes dan perbedaan yang dirender, dengan pemeriksa rilis
Di Google Cloud console, Anda dapat membandingkan berbagai versi beberapa
artefak rilis. Anda dapat melihat perbedaan jenis artefak berikut:
Manifes yang dirender
File konfigurasi skaffold.yaml yang dirender
Untuk melihat perbedaan:
Di Google Cloud konsol, buka halaman Delivery pipeline Cloud Deploy untuk melihat pipeline pengiriman Anda.
Klik pipeline pengiriman yang mengelola rilis yang ingin Anda
periksa.
Di halaman Detail pipeline pengiriman, pastikan tab Rilis
dipilih, lalu klik nama rilis yang ingin Anda periksa.
Di halaman Detail rilis, klik tab Artefak.
Dalam daftar Target artifact, klik link View artifacts untuk artefak yang ingin Anda periksa.
Pilih tab Manifest atau tab Skaffold config.
Klik Tampilkan perbedaan.
Pemeriksa rilis menampilkan versi artefak yang sama di kedua sisi.
Untuk setiap artefak yang ditampilkan, pilih nama rilis, nama target, nama fase, atau
semuanya, jika perlu.
Dengan cara ini, Anda dapat memilih versi artefak yang akan dibandingkan di setiap sisi,
berdasarkan rilis dan target. Misalnya, Anda dapat memilih rilis yang sama untuk
setiap rilis, dan membandingkan manifes untuk rilis tersebut, tetapi untuk target yang berbeda.
Perbedaan antara artefak yang dipilih akan ditandai.
Melihat artefak yang dirender di bucket Cloud Storage
Bucket Cloud Storage yang menyimpan artefak rilis yang dirender akan
ditampilkan di, dan ditautkan dari, tab Artefak di halaman detail rilis:
Di halaman detail rilis, pilih tab Artefak.
Di tabel Target artifacts, temukan target yang artefaknya ingin Anda lihat, lalu klik link yang sesuai di kolom Storage location.
Detail bucket Cloud Storage ditampilkan, untuk target tertentu.
Bucket berisi artefak yang dirender untuk setiap fase peluncuran:
Klik fase yang artefak rendernya ingin Anda lihat,
Artefak yang tersedia untuk fase tersebut tercantum:
Klik artefak yang ingin Anda lihat untuk melihat kontennya.
[[["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-17 UTC."],[[["\u003cp\u003eThe Cloud Deploy Release details page provides a comprehensive overview of a release, including metadata, rollout information, and release artifacts.\u003c/p\u003e\n"],["\u003cp\u003eYou can view a list of rollouts associated with a release and access detailed information for each rollout, such as render logs, deployment logs, and target artifacts.\u003c/p\u003e\n"],["\u003cp\u003eThe Artifacts tab allows users to access the rendering source, build artifacts, and rendered artifacts, such as manifest.yaml and skaffold.yaml files.\u003c/p\u003e\n"],["\u003cp\u003eUsers can compare different versions of rendered manifests and skaffold.yaml files through the Release Inspector by navigating to the Artifacts tab and selecting the View artifacts link.\u003c/p\u003e\n"],["\u003cp\u003eThe storage location link on the Artifacts tab directs users to a Cloud Storage bucket that stores the rendered artifacts for each phase of a rollout.\u003c/p\u003e\n"]]],[],null,["# Viewing release details\n\nThis document describes the information that you can find on the Cloud Deploy\n**Release details** page in Google Cloud console, including the following:\n\n- Metadata and other information about the release:\n\n- [Rollouts](#viewing_rollouts)\n\n You can view a list of rollouts for this release, and click a rollout to\n [view rollout details](#viewing_rollouts).\n- [Release artifacts](#viewing_release_artifacts)\n\n - The rendering source, which was archived when the release was first created.\n - The names of all build artifacts, such as the container image that was deployed.\n - Rendered artifacts, including the rendered `manifest.yaml` and the rendered `skaffold.yaml` that was used for this release.\n\nYou can also [view a diff](#viewing_diffs) of different versions of the rendered\nmanifests and `skaffold.yaml` files.\n\nView rollouts\n-------------\n\n1. From the **Release details** page, select the **Rollouts** tab.\n\n2. Click the name of the rollout that you want to view.\n\n The rollout details are displayed over the page. These details include links\n to render logs, deployment logs, and target artifacts (`manifest.yaml` and\n `skaffold.yaml`).\n\n The Rollout page is displayed. The **Summary** shows rollout metadata and status.\n\n The **Phases** tab shows the [phases](/deploy/docs/terminology#phase) and\n [jobs](/deploy/docs/terminology#job) in the rollout. From here you can\n [perform actions on the rollout](/deploy/docs/deployment-strategies/manage-rollout),\n such as advance phases, terminate job runs, and more.\n\n| **Note:** you can also view rollouts by selecting the **Rollouts** tab on the **Delivery pipeline details** page and clicking on a rollout listed in the table.\n\nView release artifacts\n----------------------\n\nThe **Release details** page includes an **Artifacts** tab, listing build\nartifacts, target artifacts (manifests and Skaffold configs), and the rendering\nsource for those target artifacts.\n\nFrom this page, you can do the following:\n\n- Download the rendering source archive file.\n\n- Click through to see the render logs for the target artifacts.\n\n- View the rendered target artifacts themselves.\n\n### View rendered manifests and diffs, with release inspector\n\nIn Google Cloud console, you can compare different versions of some of your\nrelease artifacts. You can view a diff of the following types of artifacts:\n\n- Rendered manifests\n- Rendered `skaffold.yaml` configuration files\n\nTo view a diff:\n\n1. In the Google Cloud console, navigate to the Cloud Deploy\n **Delivery pipelines** page to view your delivery pipelines.\n\n \u003cbr /\u003e\n\n [Open the Delivery pipelines page](https://console.cloud.google.com/deploy/delivery-pipelines)\n\n \u003cbr /\u003e\n\n2. Click the delivery pipeline that's managing the release you want to\n inspect.\n\n3. On the **Delivery pipeline details** page, make sure the **Releases** tab is\n selected, and click the name of the release you want to inspect.\n\n4. On the **Release details** page, click the **Artifacts** tab.\n\n5. In the **Target artifacts** list, click the **View artifacts** link for the\n artifact that you want to inspect.\n\n6. Select the **Manifest** tab or the **Skaffold config** tab.\n\n7. Click **Show diff**.\n\n The release inspector shows the same version of the artifact on both sides.\n8. For each artifact shown, choose the release name, target name, phase name, or\n all, if necessary.\n\n This way you can choose which version of the artifact to compare on each side,\n by release and by target. For example, you can choose the same release for\n each, and compare the manifest for that release but for different targets.\n\nThe differences between the selected artifacts are highlighted.\n\n### View rendered artifacts in the Cloud Storage bucket\n\nThe Cloud Storage bucket that stores your rendered release artifacts is\nshown on, and linked from, the **Artifacts** tab on the release details page:\n\n1. On the release details page, select the **Artifacts** tab.\n\n2. In the **Target artifacts** table, find the target whose artifacts you want\n to view, and click the corresponding link in the **Storage location** column.\n\n The Cloud Storage bucket details are shown, for the specific target.\n The bucket contains rendered artifacts for each phase of the rollout:\n\n3. Click on the phase whose rendered artifacts you want to view,\n\n The available artifacts for that phase are listed:\n\n4. Click on the artifact you want to view to see its contents."]]