Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/nunit-plugin
  Commit: e0bef61a3f7565175e98795e2f8f18e95a7cffef
      
https://github.com/jenkinsci/nunit-plugin/commit/e0bef61a3f7565175e98795e2f8f18e95a7cffef
  Author: Aliaksei Savanchuk <[email protected]>
  Date:   2019-05-23 (Thu, 23 May 2019)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/nunit/NUnitArchiver.java
    M src/main/java/hudson/plugins/nunit/NUnitPublisher.java
    M src/test/java/hudson/plugins/nunit/NUnitArchiverTest.java
    M src/test/java/hudson/plugins/nunit/NUnitPublisherTest.java
    A src/test/resources/hudson/plugins/nunit/NUnit-correct.xml
    A src/test/resources/hudson/plugins/nunit/NUnit-correct2.xml
    A src/test/resources/hudson/plugins/nunit/NUnit-correct3.xml

  Log Message:
  -----------
  Fix parallel publishing of NUnit test results

Before this change if you try to publish test results in parallel it
would probably make something wrong - add two test result actions,
overwrite the existing test results, messing junit temporary reports.
Changed this to be able to process reports in parallel. Applied the
similar change as was applied in the JUnit plugin.
https://github.com/jenkinsci/junit-plugin/commit/3fd230f488f85a1094f34a5e5143c69c00ff59ce


  Commit: 2aad924484fae04753b216921551fab16637e3b6
      
https://github.com/jenkinsci/nunit-plugin/commit/2aad924484fae04753b216921551fab16637e3b6
  Author: Alex Earl <[email protected]>
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
    M pom.xml
    M src/main/java/hudson/plugins/nunit/NUnitArchiver.java
    M src/main/java/hudson/plugins/nunit/NUnitPublisher.java
    M src/test/java/hudson/plugins/nunit/NUnitArchiverTest.java
    M src/test/java/hudson/plugins/nunit/NUnitPublisherTest.java
    A src/test/resources/hudson/plugins/nunit/NUnit-correct.xml
    A src/test/resources/hudson/plugins/nunit/NUnit-correct2.xml
    A src/test/resources/hudson/plugins/nunit/NUnit-correct3.xml

  Log Message:
  -----------
  Merge pull request #20 from tempora-mutantur/master

Fix parallel publishing of NUnit test results


Compare: 
https://github.com/jenkinsci/nunit-plugin/compare/c944f9105e91...2aad924484fa

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/nunit-plugin/push/refs/heads/master/c944f9-2aad92%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to