Sha256: dc2d6563e82b6fb1dfa40062182c2d184518ee4746fa2c613a56cd728e2771e2

Contents?: true

Size: 1.52 KB

Versions: 8

Compression:

Stored size: 1.52 KB

Contents

---

##### GLOBAL METADATA

- meta:
    cluster: clients-ci

##### JOB DEFAULTS

- job:
    project-type: matrix
    logrotate:
      daysToKeep: 30
      numToKeep: 100
    properties:
    - github:
        url: https://github.com/elastic/enterprise-search-ruby/
    - inject:
        properties-content: HOME=$JENKINS_HOME
    concurrent: true
    node: flyweight
    scm:
    - git:
        name: origin
        credentials-id: f6c7695a-671e-4f4f-a331-acdce44ff9ba
        reference-repo: /var/lib/jenkins/.git-references/enterprise-search-ruby.git
        branches:
        - ${branch_specifier}
        url: git@github.com:elastic/enterprise-search-ruby.git
        basedir: ''
        wipe-workspace: 'True'
    triggers:
    - github
    - timed: 'H 5,17 * * *'
    axes:
    - axis:
        type: slave
        name: label
        values:
        - linux
    - axis:
        type: yaml
        filename: .ci/test-matrix.yml
        name: STACK_VERSION
    - axis:
        type: yaml
        filename: .ci/test-matrix.yml
        name: RUBY_VERSION
    yaml-strategy:
      exclude-key: exclude
      filename: .ci/test-matrix.yml
    wrappers:
      - ansicolor
      - timeout:
          type: absolute
          timeout: 120
          fail: true
      - timestamps
      - workspace-cleanup
    builders:
      - shell: |-
          #!/usr/local/bin/runbld
          .ci/run-tests
    publishers:
      - email:
          recipients: build-lang-clients@elastic.co
      - junit:
          results: "*-junit.xml"
          allow-empty-results: true

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
elastic-enterprise-search-7.14.1 .ci/jobs/defaults.yml
elastic-enterprise-search-7.14.0 .ci/jobs/defaults.yml
elastic-enterprise-search-7.12.1 .ci/jobs/defaults.yml
elastic-enterprise-search-7.13.0 .ci/jobs/defaults.yml
elastic-enterprise-search-7.13.0.pre .ci/jobs/defaults.yml
elastic-enterprise-search-7.12.0 .ci/jobs/defaults.yml
elastic-enterprise-search-7.11.0 .ci/jobs/defaults.yml
elastic-enterprise-search-7.10.0.beta.1 .ci/jobs/defaults.yml