+++ /dev/null
-- job:
- disabled: true
- name: ceph-pull-requests
- node: fedora20
- project-type: freestyle
- defaults: global
- disabled: false
- display-name: 'ceph-make-check: Pull Requests'
- concurrent: false
- quiet-period: 5
- block-downstream: false
- block-upstream: false
- retry-count: 3
- properties:
- - github:
- url: git@jenkins:ceph/ceph
- logrotate:
- daysToKeep: 15
- numToKeep: 30
- artifactDaysToKeep: -1
- artifactNumToKeep: -1
-
- parameters:
- - string:
- name: sha1
- description: "A pull request ID, like 'origin/pr/72/head'"
-
- triggers:
- - pollscm: "*/1 * * * *"
- # - github-pull-request:
- # cron: '* * * * *'
- # admin-list:
- # - alfredodeza
- # - ktdreyer
- # - dachary
- # - admin
- # org-list:
- # - ceph
- # trigger-phrase: 'make-check'
- # only-trigger-phrase: false
- # github-hooks: true
- # permit-all: false
- # auto-close-on-fail: false
-
- scm:
- - git:
- url: https://github.com/ceph/ceph.git
- branches:
- - ${sha1}
- refspec: +refs/pull/*:refs/remotes/origin/pr/*
- browser: githubweb
- browser-url: https://github.com/ceph/ceph
- timeout: 60
- skip-tag: true
- wipe-workspace: false
-
- builders:
- - shell:
- !include-raw ../../build/build
-
- publishers:
- - github-notifier