mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
19 lines
512 B
YAML
19 lines
512 B
YAML
---
|
|
- job:
|
|
name: elastic+eland+pull-request
|
|
display-name: 'elastic / eland # pull-request'
|
|
description: Testing of eland pull requests.
|
|
scm:
|
|
- git:
|
|
branches:
|
|
- ${ghprbActualCommit}
|
|
refspec: +refs/pull/*:refs/remotes/origin/pr/*
|
|
triggers:
|
|
- github-pull-request:
|
|
org-list:
|
|
- elastic
|
|
allow-whitelist-orgs-as-admins: true
|
|
github-hooks: true
|
|
status-context: clients-ci
|
|
cancel-builds-on-update: true
|
|
publishers: [] |