Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 748 Bytes

try_plugins.md

File metadata and controls

31 lines (21 loc) · 748 Bytes

Sample 1

GithubのWebhookとhookサービスのやりとりで完結するもの。プラグインの説明はカタログなどに書いてある。

$ cp src/infra/manifests/plugins.yaml.sample1 src/infra/manifests/plugins.yaml
$ cp src/infra/manifests/config.yaml.sample1 src/infra/manifests/config.yaml
  • 書き換え

↑でコピーしたplugins.yamlに< org >/< repo >とあるので、自分のリポジトリ名へ。(例えばgkuga/prow-handson)

$ vi src/infra/manifests/plugins.yaml
  • 反映

下記でエラーが出ないかチェック。

$ make check-conf # For mac user

エラーがなければ下記で反映。

$ make update-plugins
$ make update-config