Add 'push' and 'tag' github webhook events.

Change-Id: Ie7ea0f4e264beac530d8eeda13919342a9c9eb58
Co-Authored-By: Jan Hruban <jan.hruban@gooddata.com>
This commit is contained in:
Wayne
2015-06-11 17:14:13 -07:00
committed by Jesse Keating
parent 40f4004425
commit 1a78c61a48
7 changed files with 131 additions and 6 deletions

View File

@@ -0,0 +1,29 @@
- pipeline:
name: post
manager: independent
trigger:
github:
- event: push
ref: ^refs/heads/.*$
- pipeline:
name: tag
manager: independent
trigger:
github:
- event: push
ref: ^refs/tags/.*$
- job:
name: project-post
- job:
name: project-tag
- project:
name: org/project
post:
jobs:
- project-post
tag:
jobs:
- project-tag