From 2eebc9bac3d71ec387cf352b3b679fb0961c29af Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 23 Oct 2021 11:50:43 -0500 Subject: [PATCH] Added changeset Signed-off-by: Andre Wanlin --- .changeset/kind-islands-attack.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/kind-islands-attack.md diff --git a/.changeset/kind-islands-attack.md b/.changeset/kind-islands-attack.md new file mode 100644 index 0000000000..a549839bc7 --- /dev/null +++ b/.changeset/kind-islands-attack.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-azure-devops-backend': patch +--- + +Added duration (startTime and finishTime) and identity (uniqueName) to the RepoBuild results. Also did a bit of refactoring to help finish up the backend items in issue #7641