Skip to content

Commit

Permalink
Add missing branch on parsing BitBucket builds (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu committed Jul 12, 2024
1 parent 518ff06 commit 1d94654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/parser/bitbucket/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class BitBucketBuildParser {
state: 'info',
source: 'bitbucket',
time: new Date().toUTCString(),
branch: build.commit_status.refname,
processes: [],
};
}
Expand Down

0 comments on commit 1d94654

Please sign in to comment.