Skip to content

Commit

Permalink
Fix buildscan setup after buildParam rework (#119274)
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby authored Dec 26, 2024
1 parent c2187fb commit 3c84517
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ develocity {
link 'Source', "${prBaseUrl}/tree/${System.getenv('BUILDKITE_COMMIT')}"
link 'Pull Request', "https://github.com/${repository}/pull/${prId}"
} else {
value 'Git Commit ID', gitRevision
link 'Source', "https://github.com/${repository}/tree/${gitRevision}"
value 'Git Commit ID', gitRevision.get()
link 'Source', "https://github.com/${repository}/tree/${gitRevision.get()}"
}

buildFinished { result ->
Expand Down

0 comments on commit 3c84517

Please sign in to comment.