Examples of using Buildspec in English and their translations into French
{-}
-
Colloquial
-
Official
Create a file named buildspec. yml with the following contents.
This source is the directory where AWS CodeBuild looks for and runs your buildspec file.
choose Use the buildspec. yml in the source code root directory.
You must include the image definitions file as an output artifact in the buildspec. yml file.
leave Use the buildspec. yml in the source code root directory selected.
These artifacts use the secondary-artifacts block of the buildspec file that is nested inside the artifacts block.
Set your build project to override the artifact name with a name in the buildspec file.
the name specified in the artifacts block of the buildspec file overrides artifacts-name.
create your build project, select Use the name specified in the buildspec file.
Secondary artifacts in the buildspec file have the same structure as artifacts
This sample contains example buildspec files that demonstrate how to specify an artifact name that is created at build time.
Commit and push your buildspec. yml file to your source repository.
Use the buildspec. yml file in the source code root directory.
Replace these Amazon ECR-specific lines of code in the buildspec. yml file.
List this command in the post_build section of the buildspec. yml file.
Name the file buildspec. yml,
Instead of specifying a WAR file in your buildspec. yml file,
name it buildspec. yml,
Add and commit a file called buildspec. yml in the root of your app code,
If the base operating system is Alpine Linux, in the buildspec. yml add the-t argument to timeout.