We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can see a use for two plugins:
timestamp: build_id repo branch status
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': [ {...}] }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can see a use for two plugins:
build-log
timestamp: build_id repo branch status
build-status-log
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': [
{...}]
}}
The text was updated successfully, but these errors were encountered: