【单选题】
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.
查看更多