takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-run by pull request comment

takezoe opened this issue · comments

I also thought about the problem of how to trigger the build automatically. To keep it simple again, maybe only two options are needed:

  • by comment or commit (code changes)
  • by successful execution of another build (kind of pipeline)

by successful execution of another build (kind of pipeline)

Do you mean that when a build of one repository is successed, it triggers a build of another repository?

Do you mean that when a build of one repository is successed, it triggers a build of another repository?

yes exactly.

Thanks. Maybe it should be an another issue.