Skip to content

Commit bd27933

Browse files
committed
Revert "Fix buildscan setup after buildParam rework (#119274)"
This reverts commit 3c84517.
1 parent 8afbb52 commit bd27933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ develocity {
9898
link 'Source', "${prBaseUrl}/tree/${System.getenv('BUILDKITE_COMMIT')}"
9999
link 'Pull Request', "https://github.com/${repository}/pull/${prId}"
100100
} else {
101-
value 'Git Commit ID', gitRevision.get()
102-
link 'Source', "https://github.com/${repository}/tree/${gitRevision.get()}"
101+
value 'Git Commit ID', gitRevision
102+
link 'Source', "https://github.com/${repository}/tree/${gitRevision}"
103103
}
104104

105105
buildFinished { result ->

0 commit comments

Comments
 (0)