takezoe / gitbucket-ci-plugin

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create tables and build setting registration

takezoe opened this issue · comments

This plugin must have following settings:

  • System level
    • Max job results per project
    • Max parallel jobs in the system
    • Max job duration
    • (Max parallel jobs per project)
  • Project level
    • Build script

Table definition

  • CI_CONFIG
    • USER_NAME
    • REPOSITORY_NAME
    • BUILD_SCRIPT
  • CI_RESULT
    • USER_NAME
    • REPOSITORY_NAME
    • BUILD_NUMBER
    • SHA
    • START_TIME
    • END_TIME
    • OUTPUT store as file
    • STATUS: success | failure