amplify-hosting icon indicating copy to clipboard operation
amplify-hosting copied to clipboard

Console reports wrong branch deployment time

Open vishsake opened this issue 10 months ago • 1 comments

Environment information

In the amplify console

Describe the bug

Hello Team,

I noticed a behavior in the 'Overview' page regarding the branches' 'Last Deployment' section. The time displayed appears to be from the branch update rather than the actual deployment change.

Upon further investigation, I found that the last deployment time matches the 'updateTime' from the UpdateBranch API response.

Could you please clarify whether the Last Deployment section should reflect changes in the branch updates, or if this is a UI issue? Your assistance would be greatly appreciated.

I'm attaching an image for reference.

Reproduction steps

N/A

Image Image Image

vishsake avatar Jan 29 '25 18:01 vishsake

Hi @vishsake 👋 , thanks for raising this issue! Marking it as a bug. The Last deployment timestamp is retrieved from the branch's updateTime. Instead, it should retrieve the deployment time of the latest job for the branch.

Jay2113 avatar Jan 30 '25 15:01 Jay2113