• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • valgrind-plugin
    • None

      Before publishing the results, the plugin checks that the build result is not ABORTED or FAILURE.
      The trouble with checking for failure is that other publishers can set the status to FAILURE, but the valgrind xml is still available. In that case it is impossible to show the result of valgrind.
      Could you consider removing this restriction, maybe via a configuration option?

          [JENKINS-16391] Allow publication even if build failed

          i fully agree, its already on my todo list since a couple of weeks
          I will add a configuration option for the next release.

          Johannes Ohlemacher added a comment - i fully agree, its already on my todo list since a couple of weeks I will add a configuration option for the next release.

          Great news! Thanks a lot.

          Francois Molinier added a comment - Great news! Thanks a lot.

          Code changed in jenkins
          User: Johannes Ohlemacher
          Path:
          src/main/java/org/jenkinsci/plugins/valgrind/ValgrindPublisher.java
          src/main/java/org/jenkinsci/plugins/valgrind/config/ValgrindPublisherConfig.java
          src/main/resources/org/jenkinsci/plugins/valgrind/ValgrindPublisher/config.jelly
          http://jenkins-ci.org/commit/valgrind-plugin/7fc603cc38eb25ead40b7bdfced068d8af954b57
          Log:
          fixed JENKINS-16391
          allow publishing results even if build was aborted or failed


          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+unsubscribe@googlegroups.com.
          For more options, visit https://groups.google.com/groups/opt_out.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Johannes Ohlemacher Path: src/main/java/org/jenkinsci/plugins/valgrind/ValgrindPublisher.java src/main/java/org/jenkinsci/plugins/valgrind/config/ValgrindPublisherConfig.java src/main/resources/org/jenkinsci/plugins/valgrind/ValgrindPublisher/config.jelly http://jenkins-ci.org/commit/valgrind-plugin/7fc603cc38eb25ead40b7bdfced068d8af954b57 Log: fixed JENKINS-16391 allow publishing results even if build was aborted or failed – 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+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out .

          fixed with version 0.19
          added options to publish results for aborted or failed builds

          Johannes Ohlemacher added a comment - fixed with version 0.19 added options to publish results for aborted or failed builds

            existence Johannes Ohlemacher
            fmolinier Francois Molinier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: