Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/crossbrowsertesting-plugin
  Commit: eedb7998c1c0e348ebdd7a99bd21502797f5033d
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/eedb7998c1c0e348ebdd7a99bd21502797f5033d
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M README.md
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper/config.jelly

  Log Message:
  -----------
  updated documentation


  Commit: 40d72e0a74949491a79b4b7fdcaef37b771f9fc7
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/40d72e0a74949491a79b4b7fdcaef37b771f9fc7
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M build.gradle

  Log Message:
  -----------
  fixed local tunnels in linux and updated documentation


  Commit: 0f984ba7d3e6fb7e82b1d9d13c0d3ca89888c4c0
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/0f984ba7d3e6fb7e82b1d9d13c0d3ca89888c4c0
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M gradle.properties

  Log Message:
  -----------
  [Gradle Release Plugin] - new version commit:  'crossbrowsertesting-2.2.2'.


  Commit: a96ac5e5d1c614e1761ac1525561132e9815a7d1
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/a96ac5e5d1c614e1761ac1525561132e9815a7d1
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-08-28 (Mon, 28 Aug 2017)

  Changed paths:
    M gradle.properties

  Log Message:
  -----------
  fixed merge conflict


  Commit: d0b3ea969041c44790ee8321d59cc491fa285aed
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/d0b3ea969041c44790ee8321d59cc491fa285aed
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-09-15 (Fri, 15 Sep 2017)

  Changed paths:
    M build.gradle
    M examples/javascript_example.js
    M examples/python_example.py
    M examples/ruby_example.rb
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper.java
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/CBTCredentials.java
    M 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/ScreenshotsBuildAction.java
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/SeleniumBuildAction.java
    A 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/AbstractCBTStep.java
    A 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/AbstractCBTStepDescriptor.java
    A 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/AbstractCBTStepExecution.java
    A 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTScreenshotsStep.java
    A 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTSeleniumStep.java
    A src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTStep.java
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/AbstractBuildAction/index.jelly
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper/global.jelly
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/CBTCredentials/credentials.jelly
    A 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTScreenshotsStep/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTSeleniumStep/config.jelly
    A 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTStep/config.jelly

  Log Message:
  -----------
  added support for jenkins pipeline


  Commit: cf19d329b8c3894c395c15ec9a2f8231742f7578
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/cf19d329b8c3894c395c15ec9a2f8231742f7578
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper.java
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/CBTDescriptor.java
    M 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/ScreenshotsBuildAction.java
    M 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTScreenshotsStep.java
    M 
src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTSeleniumStep.java
    M src/main/java/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTStep.java
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/CBTBuildWrapper/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTScreenshotsStep/config.jelly
    M 
src/main/resources/org/jenkinsci/plugins/cbt_jenkins/pipeline/CBTStep/config.jelly
    M src/main/webapp/help/localtunnel.html
    A src/main/webapp/help/screenshots_browserlist.html
    A src/main/webapp/help/screenshots_loginprofile.html

  Log Message:
  -----------
  added screenshot login profile


  Commit: 8afcdfbde029cea2b3a192ca1cc80b92e925bec5
      
https://github.com/jenkinsci/crossbrowsertesting-plugin/commit/8afcdfbde029cea2b3a192ca1cc80b92e925bec5
  Author: Michael Hollister <hollister.mich...@gmail.com>
  Date:   2017-09-18 (Mon, 18 Sep 2017)

  Changed paths:
    M gradle.properties

  Log Message:
  -----------
  [Gradle Release Plugin] - new version commit:  'crossbrowsertesting-2.4'.


Compare: 
https://github.com/jenkinsci/crossbrowsertesting-plugin/compare/f0e4d59747b6...8afcdfbde029

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