Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/seleniumhtmlreport
  Commit: a75818293f2be7e8dc5549842f1342f761fc08d0
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/a75818293f2be7e8dc5549842f1342f761fc08d0
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-19 (Wed, 19 Aug 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [JENKINS-28388] Update pom.xml to latests Jenkins LTS version.


  Commit: 177558b008e309167c706e42195c4f14d4970ea6
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/177558b008e309167c706e42195c4f14d4970ea6
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-19 (Wed, 19 Aug 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java
    M src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/TestResult.java

  Log Message:
  -----------
  [JENKINS-28388] Compatibility with SimpleBuildStep.


  Commit: c363b1f16404eb421bda868c096ec367673a9d24
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/c363b1f16404eb421bda868c096ec367673a9d24
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [JENKINS-28388] Added workflow plugin dependencies for tests. Using newer 
version of org.jenkins-ci.plugin.plugin for tests.


  Commit: 57715bf3d9f334cfc5d8796c145f2e913ace9646
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/57715bf3d9f334cfc5d8796c145f2e913ace9646
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java

  Log Message:
  -----------
  [JENKINS-28388] Do not serialize Run and use AbortException in case of
build failures, suggested by @jglick.


  Commit: 237c600a40e9c0e63e805f3c4369ded1aa752c89
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/237c600a40e9c0e63e805f3c4369ded1aa752c89
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-22 (Sat, 22 Aug 2015)

  Changed paths:
    A 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java
    A src/test/resources/SeleniumHtmlReportTest.html

  Log Message:
  -----------
  [JENKINS-28388] Added tests for workflow step.


  Commit: 34bad713d2d028741c35b61b0f85cdb74a4c91ed
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/34bad713d2d028741c35b61b0f85cdb74a4c91ed
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-25 (Tue, 25 Aug 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [JENKINS-28388] Removed unnecessary dependencies.


  Commit: 68e43d5a930ef090c86d1ad4fd9c25ae593c313c
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/68e43d5a930ef090c86d1ad4fd9c25ae593c313c
  Author: Stefan <d...@sisao.de>
  Date:   2015-08-25 (Tue, 25 Aug 2015)

  Changed paths:
    M 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java
    R src/test/resources/SeleniumHtmlReportTest.html

  Log Message:
  -----------
  [JENKINS-28388] Use JenkinsRule instead of RestartableJenkinsRule. Create 
result file on the fly, suggested by @jglick.


  Commit: b779526aa8ae9d0b6feccddb7c8b09c95d072191
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/b779526aa8ae9d0b6feccddb7c8b09c95d072191
  Author: Stefan <d...@sisao.de>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Use current versions.


  Commit: bf5a6c00e7c49d593f40fe9097af6e4bd6b367a2
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/bf5a6c00e7c49d593f40fe9097af6e4bd6b367a2
  Author: Stefan <d...@sisao.de>
  Date:   2015-09-06 (Sun, 06 Sep 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/Messages.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/Messages_de.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config_de.properties
    M 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java

  Log Message:
  -----------
  Make parameters optional using @DataBoundSetter. Added some translations.


  Commit: 0a895ee5eb0870e3d24ddd24fb8b02bcd46ce976
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/0a895ee5eb0870e3d24ddd24fb8b02bcd46ce976
  Author: slorenz <slor...@persis.de>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java
    M src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/TestResult.java
    M 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java

  Log Message:
  -----------
  Optimized imports. Not use asterix in imports.


  Commit: 2248a3cf86373651bcd83fbcca4b91855a8ff7e0
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/2248a3cf86373651bcd83fbcca4b91855a8ff7e0
  Author: slorenz <slor...@persis.de>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  New major version, because of binary compatibility issue.


  Commit: 9277db970456b640eb02480aafe7f86ba9a69e33
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/9277db970456b640eb02480aafe7f86ba9a69e33
  Author: Stefan <d...@sisao.de>
  Date:   2015-09-19 (Sat, 19 Sep 2015)

  Changed paths:
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java

  Log Message:
  -----------
  @Nonnull makes no sense on primirive type.


  Commit: 13b3eb504d770644e0ca1d451e01a5c84b86a3ad
      
https://github.com/jenkinsci/seleniumhtmlreport/commit/13b3eb504d770644e0ca1d451e01a5c84b86a3ad
  Author: slorenz <lorenz.ste...@gmail.com>
  Date:   2015-10-09 (Fri, 09 Oct 2015)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportAction.java
    M 
src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher.java
    M src/main/java/org/jvnet/hudson/plugins/seleniumhtmlreport/TestResult.java
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/Messages.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/Messages_de.properties
    M 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config.properties
    A 
src/main/resources/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportPublisher/config_de.properties
    A 
src/test/java/org/jvnet/hudson/plugins/seleniumhtmlreport/SeleniumHtmlReportTest.java

  Log Message:
  -----------
  Merge pull request #4 from sisao/master

Make SeleniumHtmlReportPublisher a SimpleBuildStep


Compare: 
https://github.com/jenkinsci/seleniumhtmlreport/compare/a758b0073928...13b3eb504d77

-- 
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.

Reply via email to