Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build-log plugin #15

Open
danielbeardsley opened this issue Oct 16, 2012 · 0 comments
Open

Add build-log plugin #15

danielbeardsley opened this issue Oct 16, 2012 · 0 comments
Labels

Comments

@danielbeardsley
Copy link
Owner

I can see a use for two plugins:

build-log

  • Outputs a running log of build events (like the server log is now)
  • Use a defined format
    • timestamp: build_id repo branch status

build-status-log

  • Updates a JSON file after every build, keeping the last 3 or for builds for every branch.
    • Effectively used as a data store (bad idea?) (read in on load, written out after every build.

    • Makes it very easy to write command-line or web-based tools.

    • Contents:

      { 'http://repo-url' : {
      'branch': [
      {buildid: 23,
      started: 34626326,
      status: 'success',
      logUrl: 'http:///blah.com/log',
      buildTime: 3453},
      {buildid: 26,
      started: 34626326,
      ...}],
      'other-branch': [
      {...}]
      }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant