Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ghprbTargetBranch (0.31 seconds)

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

        String buildUrl = System.getenv('BUILD_URL')
        String jobName = System.getenv('JOB_NAME')
        String nodeName = System.getenv('NODE_NAME')
        String jobBranch = System.getenv('ghprbTargetBranch') ?: System.getenv('JOB_BRANCH')
    
        tag OS.current().name()
        tag Architecture.current().name()
    
        // Tag if this build is run in FIPS mode
        if (BuildParams.inFipsJvm) {
          tag 'FIPS'
        }
    
    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