This adds the Jenkins jobs definitions to the repo so they can be managed and updated here.
20 lines
546 B
YAML
20 lines
546 B
YAML
---
|
|
- job:
|
|
name: elastic+elasticsearch-js+pull-request
|
|
display-name: 'elastic / elasticsearch-js # pull-request'
|
|
description: Testing of elasticsearch-js 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: []
|