Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for NODE_LABELS (0.25 seconds)

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

          value 'Job Number', buildNumber
          if (jobBranch) {
            tag jobBranch
            value 'Git Branch', jobBranch
          }
    
          System.getenv().getOrDefault('NODE_LABELS', '').split(' ').each {
            value 'Jenkins Worker Label', it
          }
    
          // Add SCM information
          def isPrBuild = System.getenv('ROOT_BUILD_CAUSE_GHPRBCAUSE') != null
          if (isPrBuild) {
    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