Skip to content

Commit 8d741da

Browse files
authored
Fix buildscan setup after buildParam rework (#119274) (#119289)
1 parent 8fed94b commit 8d741da

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
@@ -94,8 +94,8 @@ develocity {
9494
link 'Source', "${prBaseUrl}/tree/${System.getenv('BUILDKITE_COMMIT')}"
9595
link 'Pull Request', "https://github.com/${repository}/pull/${prId}"
9696
} else {
97-
value 'Git Commit ID', gitRevision
98-
link 'Source', "https://github.com/${repository}/tree/${gitRevision}"
97+
value 'Git Commit ID', gitRevision.get()
98+
link 'Source', "https://github.com/${repository}/tree/${gitRevision.get()}"
9999
}
100100

101101
buildFinished { result ->

0 commit comments

Comments
 (0)