Skip to content

Commit

Permalink
PHOENIX-5032 PHOENIX-6146 (addendum:update spotbugs,feed test results…
Browse files Browse the repository at this point in the history
… to Jenkins)
  • Loading branch information
stoty committed Oct 2, 2020
1 parent d5059ee commit 3c56032
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile.github
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ pipeline {
post {
always {
// Has to be relative to WORKSPACE.
junit testResults: "${WORKDIR_REL}/${PATCH_REL}/**/target/**/TEST-*.xml", allowEmptyResults: true
archiveArtifacts artifacts: "${WORKDIR_REL}/${PATCH_REL}/*", excludes: "${WORKDIR_REL}/${PATCH_REL}/precommit"
archiveArtifacts artifacts: "${WORKDIR_REL}/${PATCH_REL}/**/*", excludes: "${WORKDIR_REL}/${PATCH_REL}/precommit/**/*"
publishHTML target: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

public class SchemaExtractionToolIT extends ParallelStatsEnabledIT {



@BeforeClass
public static void setup() throws Exception {
Map<String, String> props = Collections.emptyMap();
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
<maven-antlr-eclipse-plugin.version>${antlr.version}</maven-antlr-eclipse-plugin.version>
<maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
<spotbugs-maven-plugin.version>4.0.4</spotbugs-maven-plugin.version>
<spotbugs.version>4.1.2</spotbugs.version>
<spotbugs-maven-plugin.version>4.1.3</spotbugs-maven-plugin.version>
<spotbugs.version>4.1.3</spotbugs.version>
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>

<!-- Plugin options -->
Expand Down

0 comments on commit 3c56032

Please sign in to comment.