Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/vstestrunner-plugin
  Commit: 3d4dbdbeefa096e5a96b5b78eb8dc511e4ff86b1
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/3d4dbdbeefa096e5a96b5b78eb8dc511e4ff86b1
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Update .gitignore


  Commit: 09cfd9037a6087265b73ce6f7164cafd301c1ecc
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/09cfd9037a6087265b73ce6f7164cafd301c1ecc
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Update README.md


  Commit: b910265f1ea74993e5a2f510e4d7df09ae98b4e8
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/b910265f1ea74993e5a2f510e4d7df09ae98b4e8
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update POM


  Commit: b3eaab5a20d66d5cb09a429bbef53208a20239e6
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/b3eaab5a20d66d5cb09a429bbef53208a20239e6
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-08 (Thu, 08 Mar 2018)

  Changed paths:
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestInstallation/config.jelly

  Log Message:
  -----------
  Jelly security


  Commit: 155853f3c12d890239355d7d6b966f002279fb07
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/155853f3c12d890239355d7d6b966f002279fb07
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestBuilder.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestFramework.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestInstallation.java
    M 
src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestListenerDecorator.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestLogger.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestPlatform.java
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.properties
    M src/test/java/org/jenkinsci/plugins/vstest_runner/FileSetTest.java

  Log Message:
  -----------
  Modernize plugin

* Simplify Jelly
* :see_no_evil: Simplify plugin by deprecating "other" fields as they were 
poorly implemented.
* Implement SimpleBuildStep for pipeline support
* Add Symbol for better pipeline support :smile:


  Commit: c1b47d93d23010b22e8baf16863f5693707ca01d
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/c1b47d93d23010b22e8baf16863f5693707ca01d
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestBuilder.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestFramework.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestInstallation.java
    M 
src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestListenerDecorator.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestLogger.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestPlatform.java
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestInstallation/config.jelly
    M src/test/java/org/jenkinsci/plugins/vstest_runner/FileSetTest.java

  Log Message:
  -----------
  Reformat


  Commit: 9da106f5e6fc93e839ec738e0cadf137aefe6203
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/9da106f5e6fc93e839ec738e0cadf137aefe6203
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-09 (Fri, 09 Mar 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestBuilder.java

  Log Message:
  -----------
  other field is empty/blank while platform is set, so that's bad.


  Commit: a5a6efa6f0d9517b73635076b0efbe6da2c4f5cb
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/a5a6efa6f0d9517b73635076b0efbe6da2c4f5cb
  Author: Joseph Petersen <joseph...@gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestBuilder.java

  Log Message:
  -----------
  Revert comment change


  Commit: dcfefe047cb40786ccb6f1371d5227513b3430fa
      
https://github.com/jenkinsci/vstestrunner-plugin/commit/dcfefe047cb40786ccb6f1371d5227513b3430fa
  Author: Erik Goughnour <e.goughn...@gmail.com>
  Date:   2018-03-13 (Tue, 13 Mar 2018)

  Changed paths:
    M .gitignore
    M README.md
    M pom.xml
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestBuilder.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestFramework.java
    M src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestInstallation.java
    M 
src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestListenerDecorator.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestLogger.java
    A src/main/java/org/jenkinsci/plugins/vstest_runner/VsTestPlatform.java
    M src/main/resources/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestBuilder/config.properties
    M 
src/main/resources/org/jenkinsci/plugins/vstest_runner/VsTestInstallation/config.jelly
    M src/test/java/org/jenkinsci/plugins/vstest_runner/FileSetTest.java

  Log Message:
  -----------
  Merge pull request #9 from casz/master

 Modernize plugin


Compare: 
https://github.com/jenkinsci/vstestrunner-plugin/compare/982f3a5d2d85...dcfefe047cb4

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