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
* <p>A buildspec file declaration that overrides, for this build only, the latest one
6940
-
* already defined in the build project.</p>
6941
-
* <p>If this value is set, it can be either an inline buildspec definition, the path to an
6956
+
* <p>A buildspec file declaration that overridesthe latest one defined
6957
+
* in the build project, for this build only. The buildspec defined on the project is not changed.</p>
6958
+
* <p>If this value is set, it can be either an inline buildspec definition, the path to an
6942
6959
* alternate buildspec file relative to the value of the built-in
6943
6960
* <code>CODEBUILD_SRC_DIR</code> environment variable, or the path to an S3 bucket.
6944
6961
* The bucket must be in the same Amazon Web Services Region as the build project. Specify the buildspec
6945
6962
* file using its ARN (for example,
6946
6963
* <code>arn:aws:s3:::my-codebuild-sample2/buildspec.yml</code>). If this value is not
6947
6964
* provided or is set to an empty string, the source code must contain a buildspec file in
6948
-
* its root directory. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage">Buildspec File Name and Storage Location</a>. </p>
6965
+
* its root directory. For more information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html#build-spec-ref-name-storage">Buildspec File Name and Storage Location</a>.</p>
6966
+
* <note>
6967
+
* <p>Since this property allows you to change the build commands that will run in the container,
6968
+
* you should note that an IAM principal with the ability to call this API and set this parameter
6969
+
* can override the default settings. Moreover, we encourage that you use a trustworthy buildspec location
6970
+
* like a file in your source repository or a Amazon S3 bucket.</p>
0 commit comments