25.5k views
2 votes
When you create a deployment from a ___ or using the ___ option, you can see a ___ of your deployment as well as ___ (if you choose to run ___ as part of your deployment) by clicking on ___.

A) User Story / "Deploy Now" / Preview / Test results / "View Details"
B) Repository / "Run Deployment" / Log / Validation / "Show Results"
C) Pipeline / "Execute Deployment" / Summary / Deployment Monitor / "Display Logs"
D) Promotion / "Initiate Deployment" / Dashboard / Auto-Deploy / "Inspect Logs"

User Mjaggard
by
8.3k points

1 Answer

6 votes

Final answer:

A deployment created from a repository via the "Run Deployment" option allows developers to view a deployment log and receive validation results accessible by clicking on "Show Results".

Step-by-step explanation:

When you create a deployment from a repository or using the "Run Deployment" option, you can see a log of your deployment as well as validation results (if you choose to run validation as part of your deployment) by clicking on "Show Results". This process typically involves deploying code or an application to a server or a cloud environment. By examining the log, developers can track the progress and details of the deployment, while validation can help ensure that the deployed application meets the necessary criteria for functionality and performance before it goes live.

User Lycon
by
8.2k points