Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-maven-plugin Commit: da27e9e90b5b6f58ebde2a61979df4b71b2fbce2 https://github.com/jenkinsci/pipeline-maven-plugin/commit/da27e9e90b5b6f58ebde2a61979df4b71b2fbce2 Author: Cyrille Le Clerc <cyri...@cyrilleleclerc.com> Date: 2017-02-19 (Sun, 19 Feb 2017)
Changed paths: M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/FindbugsAnalysisReporter.java A jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JunitTestsReporter.java R jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessorTest.java A jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporterTest.java Log Message: ----------- [JENKINS-42175] Support marker files to disable reporters (archive-artifacts, junit, findbugs…). Marker file (located in the home directory of the build): * `.skip-archive-generated-artifacts`: skip the archiving and the fingerprinting of the artifacts and attached artifacts generated by the Maven build (jar, sources jar, javadocs jar...) * `.skip-publish-junit-results`: skip the publishing of the JUnit / Surefire reports generated by the Maven build * `.skip-publish-findbugs-results`: skip the publishing of the Findbugs reports generated by the Maven build Commit: 01c24157724895581a40a0db5176e8d99e1ce4c1 https://github.com/jenkinsci/pipeline-maven-plugin/commit/01c24157724895581a40a0db5176e8d99e1ce4c1 Author: Cyrille Le Clerc <clecl...@cloudbees.com> Date: 2017-02-22 (Wed, 22 Feb 2017) Changed paths: M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessor.java M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/FindbugsAnalysisReporter.java A jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporter.java M jenkins-plugin/src/main/java/org/jenkinsci/plugins/pipeline/maven/reporters/JunitTestsReporter.java R jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/MavenSpyLogProcessorTest.java A jenkins-plugin/src/test/java/org/jenkinsci/plugins/pipeline/maven/reporters/GeneratedArtifactsReporterTest.java Log Message: ----------- Merge pull request #18 from cyrille-leclerc/JENKINS-42175 [JENKINS-42175] Support temporary/experimental marker files to disable reporters (archive-artifacts, junit, findbugs…). Compare: https://github.com/jenkinsci/pipeline-maven-plugin/compare/50291c9c7878...01c241577248 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.