Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #33 from menonvarun/bug_fixes
Multiple bug fixes JENKINS-33515, JENKINS-33027, JENKINS-33576
- Loading branch information
Showing
with
380 additions
and 305 deletions.
- +3 −0 src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction.java
- +1 −1 src/main/java/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerExtension.java
- +2 −1 src/main/resources/org/jenkinsci/plugins/testresultsanalyzer/TestResultsAnalyzerAction/index.jelly
- +24 −0 src/main/webapp/js/highchart-exporting.js
- +15 −0 src/main/webapp/js/highchart-offline-exporting.js
- +335 −303 src/main/webapp/js/highcharts.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -128,7 +128,7 @@ public boolean configure(StaplerRequest req, JSONObject formData) { | ||
e.printStackTrace(); | ||
} | ||
save(); | ||
return true; | ||
} | ||
|
||
public String getNoOfBuilds() { return noOfBuilds; } | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.