Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 341 for elasticsearch (0.09 seconds)

  1. .ci/jobs.t/elastic+elasticsearch+intake.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+intake
        display-name: "elastic / elasticsearch # %BRANCH% - intake"
        description: "Testing of the Elasticsearch %BRANCH% branch on every push.\n"
        project-type: multijob
        node: master
        vault: []
        triggers:
          # We use this trigger instead of the provided "github" webhook trigger because it's more robust.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 2.3K bytes
    - Click Count (0)
  2. .ci/jobs.t/elastic+elasticsearch+periodic+bwc.yml

    ---
    jjbb-template: matrix-gradle-unix.yml
    vars:
      - job-name: elastic+elasticsearch+%BRANCH%+periodic+bwc
      - job-display-name: "elastic / elasticsearch # %BRANCH% - backwards compatibility matrix"
      - job-description: "Testing of the Elasticsearch %BRANCH% branch backwards compatibility matrix.\n"
      - matrix-yaml-file: ".ci/bwcVersions"
      - matrix-variable: BWC_VERSION
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 440 bytes
    - Click Count (0)
  3. .ci/jobs.t/elastic+elasticsearch+branch-protection.yml

        name: elastic+elasticsearch+%BRANCH%+branch-protection
        display-name: "elastic / elasticsearch # %BRANCH% - branch protection"
        description: Elasticsearch %BRANCH% branch protection.
        node: master
        triggers:
          - timed: "H 7 * * *"
        scm: []
        parameters: []
        builders:
          - shell: |
              #!/bin/bash
              set +x
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 715 bytes
    - Click Count (0)
  4. .ci/jobs.t/elastic+elasticsearch+folder+triggers.yml

    - job:
        name: elastic+elasticsearch+%BRANCH%+triggers
        display-name: Periodic Triggers
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 118 bytes
    - Click Count (0)
  5. .ci/jobs.t/elastic+elasticsearch+periodic+ear.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+periodic+ear
        workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+ear
        display-name: "elastic / elasticsearch # %BRANCH% - encryption at rest"
        description: "The Elasticsearch %BRANCH% branch encryption at rest compatibility tests.\n\n"
        node: packaging-large
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue May 25 23:43:40 GMT 2021
    - 1.5K bytes
    - Click Count (0)
  6. .ci/jobs.t/elastic+elasticsearch+branch-consistency.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+branch-consistency
        display-name: "elastic / elasticsearch # %BRANCH% - branch consistency"
        description: Testing of the Elasticsearch master branch version consistency.
        triggers:
          - timed: "H 7 * * *"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
                JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
          - shell: |
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 572 bytes
    - Click Count (0)
  7. .ci/jobs.t/elastic+elasticsearch+periodic+eql-correctness.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
        workspace: /dev/shm/elastic+elasticsearch+%BRANCH%+periodic+eql-correctness
        display-name: "elastic / elasticsearch # %BRANCH% - eql correctness tests"
        description: "Testing of Elasticsearch %BRANCH% EQL.\n"
        builders:
          - inject:
              properties-file: '.ci/java-versions.properties'
              properties-content: |
                JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1.1K bytes
    - Click Count (0)
  8. .ci/jobs.t/elastic+elasticsearch+periodic+platform-support.yml

    ---
    - job:
        name: elastic+elasticsearch+%BRANCH%+periodic+platform-support
        display-name: "elastic / elasticsearch # %BRANCH% - platform support"
        description: "Testing of the Elasticsearch %BRANCH% branch platform support tests.\n"
        project-type: multijob
        node: master
        vault: []
        scm:
          - git:
              wipe-workspace: false
        builders:
          - multijob:
              name: Packaging tests
              projects:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu May 06 21:46:09 GMT 2021
    - 1.2K bytes
    - Click Count (0)
  9. .ci/jobs.t/elastic+elasticsearch+pull-request+precommit.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+precommit"
        display-name: "elastic / elasticsearch - pull request precommit"
        description: "Testing of Elasticsearch pull requests - precommit"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+precommit"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
        triggers:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  10. .ci/jobs.t/elastic+elasticsearch+pull-request+bwc.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+bwc"
        display-name: "elastic / elasticsearch - pull request bwc"
        description: "Testing of Elasticsearch pull requests - bwc"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+bwc"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
        triggers:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Aug 05 17:48:16 GMT 2021
    - 1.3K bytes
    - Click Count (0)
Back to Top