diff --git a/.ci/jobs/elastic+eland+pull-request.yml b/.ci/jobs/elastic+eland+pull-request.yml new file mode 100644 index 0000000..0249070 --- /dev/null +++ b/.ci/jobs/elastic+eland+pull-request.yml @@ -0,0 +1,19 @@ +--- +- 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: [] \ No newline at end of file