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 f927c4b commit d2a51daCopy full SHA for d2a51da
build-tools-internal/src/main/groovy/elasticsearch.build-scan.gradle
@@ -104,7 +104,7 @@ develocity {
104
value 'Git Commit ID', esCommit
105
tag "pr/${esPr}"
106
tag 'pull-request'
107
- link 'Source', "https://github.com/jfreden/elasticsearch/tree/${esCommit}"
+ link 'Source', "https://github.com/elastic/elasticsearch/pull/${esPr}/commits/${esCommit}"
108
link 'Pull Request', "https://github.com/elastic/elasticsearch/pull/${esPr}"
109
} else {
110
value 'Git Commit ID', gitRevision.get()
0 commit comments