Skip to content

Commit

Permalink
[JENKINS-23247] Display trends graph last 10/20 sucessful/fail builds…
Browse files Browse the repository at this point in the history
… in CPPcheck plugin.

- Broken build fixed.
  • Loading branch information
mixalturek committed Sep 27, 2014
1 parent 4c62a25 commit 1ca7ea2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -68,6 +68,7 @@ private Object readResolve() {
org.jenkinsci.plugins.cppcheck.config.CppcheckConfigGraph configGraph = new org.jenkinsci.plugins.cppcheck.config.CppcheckConfigGraph(
cppcheckConfig.getConfigGraph().getXSize(),
cppcheckConfig.getConfigGraph().getYSize(),
0,
cppcheckConfig.getConfigGraph().isDiplayAllError(),
cppcheckConfig.getConfigGraph().isDisplaySeverityError(),
cppcheckConfig.getConfigGraph().isDisplaySeverityPossibleError(),
Expand Down

0 comments on commit 1ca7ea2

Please sign in to comment.