EMERGING TRENDS IN SOFTWARE ENGINEERING
DEVOPS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
What is the name of the file that contains settings related to build commands used when executing builds in the CodeBuild service?
|
cloudformation template
|
|
Appspec.yaml
|
|
template.yaml
|
|
buildspec.yaml
|
Explanation:
Detailed explanation-1: -A buildspec is a collection of build commands and related settings, in YAML format, that CodeBuild uses to run a build.
Detailed explanation-2: -zip, the output artifact is stored in MyArtifacts/<build-ID>/MyArtifact. zip . If this flag is set, a name specified in the buildspec file overrides the artifact name. The name specified in a buildspec file is calculated at build time and uses the Shell Command Language.
There is 1 question to complete.