Skip to content
New issue

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

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

Already on GitHub? # to your account

Added new build result fields and last stable and successful build numbers #10

Merged
merged 1 commit into from
Dec 23, 2016

Conversation

harmti
Copy link

@harmti harmti commented Dec 6, 2016

New fields in jenkins_data:
build_result: SUCCESS, UNSTABLE, FAILURE, NOT_BUILT, ABORTED
build_result_ordinal: 0:(SUCCESS), 1 (UNSTABLE), 2 (FAILURE), 3 (NOT_BUILT), 4 (ABORTED)
build_successful: true if build_result_ordinal < 2
last_stable_build: last stable build, 0 if never
last_successful_build: last successful build, 0 if never

@asimell asimell merged commit 63a21c4 into jenkinsci:master Dec 23, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants