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>You can retry a stage that has failed without having to run a pipeline again from the beginning. You do
32
-
* this by either retrying the failed actions in a stage or by retrying all actions in the stage starting from the first action in the stage. When you retry the failed actions in a stage,
33
-
* all actions that are still in progress continue working, and failed actions are
34
-
* triggered again. When you retry a failed stage from the first action in the stage, the stage cannot have any actions in progress. Before a stage can be retried, it must either have all actions failed or some actions failed and some succeeded.</p>
31
+
* <p>You can retry a stage that has failed without having to run a pipeline again from
32
+
* the beginning. You do this by either retrying the failed actions in a stage or by
33
+
* retrying all actions in the stage starting from the first action in the stage. When you
34
+
* retry the failed actions in a stage, all actions that are still in progress continue
35
+
* working, and failed actions are triggered again. When you retry a failed stage from the
36
+
* first action in the stage, the stage cannot have any actions in progress. Before a stage
37
+
* can be retried, it must either have all actions failed or some actions failed and some
38
+
* succeeded.</p>
35
39
* @example
36
40
* Use a bare-bones client and the command you need to make an API call.
* <p>The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.</p>
2120
+
* <p>The event criteria that specify when a specified repository event will start the
2121
+
* pipeline for the specified trigger configuration, such as the lists of Git tags to
* <p>The description of a pipeline-level variable. It's used to add additional context about the variable, and not being used at time when pipeline executes.</p>
2245
+
* <p>The description of a pipeline-level variable. It's used to add additional context
2246
+
* about the variable, and not being used at time when pipeline executes.</p>
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
2312
-
* <p>
2313
-
* For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>.</p>
2338
+
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
* <p>For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>.</p>
3928
-
* <p>
3929
-
* For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>.</p>
3957
+
* <p> For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of
3958
+
* pipeline is right for me?</a>.</p>
3930
3959
*/
3931
3960
pipelineType?: PipelineType;
3932
3961
3933
3962
/**
3934
3963
* @public
3935
-
* <p>The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.</p>
3964
+
* <p>The method that the pipeline will use to handle multiple executions. The default
* <p>A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.</p>
5148
+
* <p>A list that allows you to specify, or override, the source revision for a pipeline
5149
+
* execution that's being started. A source revision is the version with all the changes to
5150
+
* your application code, or source artifact, for the pipeline execution.</p>
0 commit comments