Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ghprbPullLink (0.19 seconds)

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

            tag "pr/${System.getenv('ghprbPullId')}"
            tag 'pull-request'
            link 'Source', "https://github.com/elastic/elasticsearch/tree/${System.getenv('ghprbActualCommit')}"
            link 'Pull Request', System.getenv('ghprbPullLink')
          } else {
            value 'Git Commit ID', BuildParams.gitRevision
            link 'Source', "https://github.com/elastic/elasticsearch/tree/${BuildParams.gitRevision}"
          }
        } else {
          tag 'LOCAL'
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Jul 21 20:40:34 GMT 2021
    - 4.6K bytes
    - Click Count (0)
Back to Top