walter-cd / walter

Tiny deployment pipeline
http://walter-cd.net
Apache License 2.0
438 stars 39 forks source link

GitHub 連携について #69

Closed mizzy closed 7 years ago

mizzy commented 9 years ago

GitHub 連携の概要

以下のような感じで設定できると良さそう。

pipeline:
  - stage_name: GitHub
    github_access_token: {{ GITHUB_ACCESS_TOKEN }}
    github_api_url: https://github-enterprise.example.jp/api/v3/
takahi-i commented 9 years ago

:+1:

sawanoboly commented 9 years ago

Hi, I would like to use integration with github. I'm using 1.1.0. I have few questions and requests for this feature.


このIssue日本語でした。。 えー、やりたいことは他所様が管轄しているリポジトリのmasterが進むのを検知してpipilineを実行しようとしています。

takahi-i commented 9 years ago

Thank you a lot for the valuable comments and feature requests @sawanoboly! I will add each feature request into one issue (such as omit token when watch public repository) for simplify the discussion.

takahi-i commented 9 years ago

When I run the walter with option -mode=service, the walter retrive the github and runs pipline only once. Can I watch the github cyclically without other clockworks?

This is one issue we have tackling with high priority. Now we have been developing walter webhook server. see #71 #72

mizzy commented 7 years ago

I close this for cleaning issues.