Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for JOB_BRANCH (0.28 seconds)

  1. .ci/jobs.t/defaults.yml

              mask-password-params: true
        properties:
          - github:
              url: https://github.com/elastic/elasticsearch/
          - inject:
              properties-content: |
                JOB_BRANCH=%BRANCH%
                HOME=$JENKINS_HOME
                GRADLEW=./gradlew --parallel --scan --build-cache -Dorg.elasticsearch.build.cache.url=https://gradle-enterprise.elastic.co/cache/
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Sep 29 15:38:05 GMT 2021
    - 2.9K bytes
    - Click Count (0)
  2. 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