Get revision id or commit message from code pipeline source stage

0

Is there a way to get the revision id or commit message from AWS code pipeline source stage when source stage is InProgress state.

I have tried using get-pipeline-stage, get-pipeline-execution & list-pipeline-execution AWS cli commands. I'm getting the I'd once stage is succeeded.

1回答
0

You can leverage the list-action-execution CLI command to obtain this information from your CodePipeline Source stage. This information will be noted in the output.outputVariables section of the response.

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ