GCP

You are using Cloud Build for your CI/CD pipeline to complete several tasks, including copying certain files to Compute Engine virtual machines. Your pipeline requires a flat file that is generated in one builder in the pipeline to be accessible by subsequent builders in the same pipeline. How should you store the file so that all the builders in the pipeline can access it?

发布于 2021-02-21 01:09:04
【单选题】
A Store and retrieve the file contents using Compute Engine instance metadata.
B Output the file contents to a file in /workspace. Read from the same /workspace file in the subsequent build step
C Use gsutil to output the file contents to a Cloud Storage object. Read from the same object in the subsequent build step
D Add a build argument that runs an HTTP POST via curl to a separate web server to persist the value in one builder. Use an HTTP GET via curl from the subsequent build step to read the value.

查看更多

关注者
0
被浏览
42
  • 体验AI问答!更聪明、超智能!
  • 一款基于GPT的超级AI助手,可以对话、创作、写文案!
1 个回答

撰写答案

请登录后再发布答案,点击登录

发布
问题

手机
浏览

扫码手机浏览

分享
好友

在线
客服