Skip to content

Navigation Menu

Sign in
Sign up

[JENKINS-24076] Add a configuration option for stable build comparison - #24

Open
iwonbigbro wants to merge 1 commit into
jenkinsci:master from
iwonbigbro:master
Open

[JENKINS-24076] Add a configuration option for stable build comparison #24
iwonbigbro wants to merge 1 commit into
jenkinsci:master from
iwonbigbro:master

Conversation

@iwonbigbro

@iwonbigbro iwonbigbro commented Sep 18, 2014

Copy link
Copy Markdown

Add a configuration option for Cppcheck to compare results against a stable build rather than the last
build.

Cppcheck to compare results against a stable build rather than the last
build.

Copy link
Copy Markdown
Member

Thank you for a pull request! Please check this document for how the Jenkins project handles pull requests

Copy link
Copy Markdown
Contributor

I will merge it a release new version on Sunday (hopefully), thanks.
M.

@mixalturek mixalturek Sep 21, 2014

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stableBuild would be stored to build.xml together with all non-transient fields now. This data file should contain only data from the particular build, stableBuild is global configuration flag.

<org.jenkinsci.plugins.cppcheck.CppcheckBuildAction>
 <owner class="build" reference="../../.."/>
 <result>
 <owner class="build" reference="../../../.."/>
 <statistics>
 <errorCount>0</errorCount>
 <warningCount>1</warningCount>
 <styleCount>22</styleCount>
 <performanceCount>2</performanceCount>
 <informationCount>1</informationCount>
 <noCategoryCount>0</noCategoryCount>
 <portabilityCount>0</portabilityCount>
 <versions>
 <string>1.61</string>
 </versions>
 </statistics>
 <stableBuild>false</stableBuild> <!-- *** HERE *** -->
 </result>
 <healthReportPercentage>-1</healthReportPercentage>
</org.jenkinsci.plugins.cppcheck.CppcheckBuildAction>

Copy link
Copy Markdown
Author

I might be able to get these changes in this weekend. If I have time, I'll also look into the delta issue too. What is the mail group I need to email to get added as a maintainer? Thanks

Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown

👍

Copy link
Copy Markdown

Any update on merging this? This is much needed behaviour, and should probably even be the default.

vcrom reacted with thumbs up emoji

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /