takezoe / gitbucket-ci-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System admin page for build jobs

takezoe opened this issue · comments

Following static variables should be configurable:
https://github.com/takezoe/gitbucket-ci-plugin/blob/master/src/main/scala/io/github/gitbucket/ci/manager/BuildManager.scala

val MaxParallelBuilds = 2
val MaxBuildHistoryPerProject = 20

However, MaxParallelBuilds change might need restart GitBucket in the current implementation.

In addition, it would be nice if it's possible to see job status of all over the GitBucket instance at the admin page.