Skip to content

Commit d2a51da

Browse files
committed
Fix source link pointing to the commit in PR
1 parent f927c4b commit d2a51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ develocity {
104104
value 'Git Commit ID', esCommit
105105
tag "pr/${esPr}"
106106
tag 'pull-request'
107-
link 'Source', "https://github.com/jfreden/elasticsearch/tree/${esCommit}"
107+
link 'Source', "https://github.com/elastic/elasticsearch/pull/${esPr}/commits/${esCommit}"
108108
link 'Pull Request', "https://github.com/elastic/elasticsearch/pull/${esPr}"
109109
} else {
110110
value 'Git Commit ID', gitRevision.get()

0 commit comments

Comments
 (0)