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 8fed94b commit 8d741daCopy full SHA for 8d741da
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
@@ -94,8 +94,8 @@ develocity {
94
link 'Source', "${prBaseUrl}/tree/${System.getenv('BUILDKITE_COMMIT')}"
95
link 'Pull Request', "https://github.com/${repository}/pull/${prId}"
96
} else {
97
- value 'Git Commit ID', gitRevision
98
- link 'Source', "https://github.com/${repository}/tree/${gitRevision}"
+ value 'Git Commit ID', gitRevision.get()
+ link 'Source', "https://github.com/${repository}/tree/${gitRevision.get()}"
99
}
100
101
buildFinished { result ->
0 commit comments