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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南