We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afbb52 commit bd27933Copy full SHA for bd27933
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
@@ -98,8 +98,8 @@ develocity {
98
link 'Source', "${prBaseUrl}/tree/${System.getenv('BUILDKITE_COMMIT')}"
99
link 'Pull Request', "https://github.com/${repository}/pull/${prId}"
100
} else {
101
- value 'Git Commit ID', gitRevision.get()
102
- link 'Source', "https://github.com/${repository}/tree/${gitRevision.get()}"
+ value 'Git Commit ID', gitRevision
+ link 'Source', "https://github.com/${repository}/tree/${gitRevision}"
103
}
104
105
buildFinished { result ->
0 commit comments