nerdexam
Google

PROFESSIONAL-CLOUD-ARCHITECT · Question #104

You are building a continuous deployment pipeline for a project stored in a Git source repository and want to ensure that code changes can be verified before deploying to production. What should you…

The correct answer is D. Use Jenkins to monitor tags in the repository. Deploy staging tags to a staging environment for. The tagging is a best practice that is recommended on Jenkins/Spinnaker to deploy the right code and prevent accidentally (or intentionally) push of wrong code to production environments. https://stackify.com/continuous-delivery-git-jenkins/

Submitted by manish99· Mar 30, 2026Managing implementation

Question

You are building a continuous deployment pipeline for a project stored in a Git source repository and want to ensure that code changes can be verified before deploying to production. What should you do?

Options

  • AUse Spinnaker to deploy builds to production using the red/black deployment strategy so that
  • BUse Spinnaker to deploy builds to production and run tests on production deployments.
  • CUse Jenkins to build the staging branches and the master branch. Build and deploy changes to
  • DUse Jenkins to monitor tags in the repository. Deploy staging tags to a staging environment for

How the community answered

(51 responses)
  • A
    2% (1)
  • B
    4% (2)
  • C
    10% (5)
  • D
    84% (43)

Explanation

The tagging is a best practice that is recommended on Jenkins/Spinnaker to deploy the right code and prevent accidentally (or intentionally) push of wrong code to production environments. https://stackify.com/continuous-delivery-git-jenkins/

Topics

#CI/CD pipeline#Jenkins#staging environment#deployment strategy

Community Discussion

No community discussion yet for this question.

Full PROFESSIONAL-CLOUD-ARCHITECT Practice