Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
You are tasked with developing a serverless application using Cloud Build, with a requirement to store all non-container artifacts in Cloud Storage. How would you configure the build to meet this requirement?
A
Include an Images field in your build config file, specifying the bucket location and artifact paths.
B
Add a substitutions field in your build config file, detailing the bucket location and artifact paths.
C
Utilize an Artifacts field in your build config file, indicating the bucket location and paths for one or more artifacts.
D
Insert an Options field in your build config file, with the bucket location and artifact paths.