You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/build-env-ref-env-vars.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ AWS CodeBuild provides several environment variables that you can use in your bu
4
4
+`AWS_DEFAULT_REGION`: The AWS region where the build is running \(for example, `us-east-1`\)\. This environment variable is used primarily by the AWS CLI\.
5
5
+`AWS_REGION`: The AWS region where the build is running \(for example, `us-east-1`\)\. This environment variable is used primarily by the AWS SDKs\.
6
6
+`CODEBUILD_BUILD_ARN`: The Amazon Resource Name \(ARN\) of the build \(for example, `arn:aws:codebuild:region-ID:account-ID:build/codebuild-demo-project:b1e6661e-e4f2-4156-9ab9-82a19EXAMPLE`\)\.
7
-
+`CODEBUILD_BUILD_ID`: The AWS CodeBuild ID of the build \(for example, `codebuild-demo-project:b1e6661e-e4f2-4156-9ab9-82a19EXAMPLE`\)\.
8
7
+`CODEBUILD_BUILD_IMAGE`: The AWS CodeBuild build image identifier \(for example, `aws/codebuild/java:openjdk-8`\)\.
9
8
+`CODEBUILD_BUILD_SUCCEEDING`: Whether the current build is succeeding\. Set to `0` if the build is failing, or `1` if the build is succeeding\.
10
9
+`CODEBUILD_INITIATOR`: The entity that started the build\. If AWS CodePipeline started the build, this is the pipeline's name, for example `codepipeline/my-demo-pipeline`\. If an IAM user started the build, this is the user's name, for example `MyUserName`\. If the Jenkins plugin for AWS CodeBuild started the build, this is the string `CodeBuild-Jenkins-Plugin`\.
Copy file name to clipboardExpand all lines: doc_source/sample-codedeploy.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,7 @@ Do not add `(root directory name)` or `(root directory name)/my-app` to the ZIP
163
163
164
164
1. To find the build output artifact after the deployment is complete, sign in to the instance and look in the `/tmp` directory for the file named `my-app-1.0-SNAPSHOT.jar`\.
165
165
166
-
## Related Resources<aname="w3ab1b9c47c31b9"></a>
166
+
## Related Resources<aname="w3ab1b9c49c31b9"></a>
167
167
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
168
168
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
169
169
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-docker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Running this sample may result in charges to your AWS account\. These include po
16
16
+[Directory Structure](#sample-docker-dir)
17
17
+[Files](#sample-docker-files)
18
18
+[Adapting the Sample to Push the Image to Docker Hub](#sample-docker-docker-hub)
19
-
+[Related Resources](#w3ab1b9c47b9c23)
19
+
+[Related Resources](#w3ab1b9c49b9c23)
20
20
21
21
## Running the Sample<aname="sample-docker-running"></a>
22
22
@@ -285,7 +285,7 @@ If you are using an Amazon S3 input bucket, be sure to create a ZIP file that co
285
285
286
286
1. Confirm that AWS CodeBuild successfully pushed the Docker image to the repository\. Sign in to Docker Hub, go to the repository, and choose the **Tags** tab\. The `latest` tag should contain a very recent **Last Updated** value\.
287
287
288
-
## Related Resources<aname="w3ab1b9c47b9c23"></a>
288
+
## Related Resources<aname="w3ab1b9c49b9c23"></a>
289
289
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
290
290
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
291
291
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-ecr.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ The IAM entity that modifies this policy must have permission in IAM to modify p
113
113
114
114
1. Download the `GoOutputArtifact.zip` file to your local computer or instance, and then extract the contents of the `GoOutputArtifact.zip` file\. In the extracted contents, get the `hello` file\.
115
115
116
-
## Related Resources<a name="w3ab1b9c47b7b9"></a>
116
+
## Related Resources<a name="w3ab1b9c49b7b9"></a>
117
117
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
118
118
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
119
119
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
Copy file name to clipboardExpand all lines: doc_source/sample-elastic-beanstalk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ In this step, you will add an Elastic Beanstalk configuration file and a build s
304
304
305
305
If you want, you can make changes to the source code and then run the eb deploy command from the same directory\. The EB CLI performs the same steps as the eb create command, but it deploys the build output to the existing environment instead of creating a new environment\.
306
306
307
-
## Related Resources<aname="w3ab1b9c47c35c15"></a>
307
+
## Related Resources<aname="w3ab1b9c49c35c15"></a>
308
308
+ For more information about getting started with AWS CodeBuild, see [Getting Started with AWS CodeBuild](getting-started.md)\.
309
309
+ For more information about troubleshooting problems with AWS CodeBuild, see [Troubleshooting AWS CodeBuild](troubleshooting.md)\.
310
310
+ For more information about limits in AWS CodeBuild, see [Limits for AWS CodeBuild](limits.md)\.
0 commit comments