Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 05a3e453abd2147ada599b1998040a7c3a6657d1
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/05a3e453abd2147ada599b1998040a7c3a6657d1
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-06 (Sun, 06 Jun 2021)

  Changed paths:
    M HpToolsLauncher/HpToolsLauncher.csproj
    M HpToolsLauncher/JavaProperties/JavaProperties.cs
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Program.cs
    A HpToolsLauncher/Runners/MBTRunner.cs
    M pom.xml
    M 
src/main/java/com/microfocus/application/automation/tools/octane/CIJenkinsServicesImpl.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/HPRunnerType.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/detection/MFToolsDetectionExtension.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitExtension.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitTestResult.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/xml/AbstractXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/actions/plugin/PluginActionsTest.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/TestResultIterator.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/xml/TestResultXmlWriterTest.java

  Log Message:
  -----------
  add MBT Runner


  Commit: 4ae38ed976d392c3a9efd95702263b0453c68e52
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/4ae38ed976d392c3a9efd95702263b0453c68e52
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-09 (Wed, 09 Jun 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java

  Log Message:
  -----------
  support CHECKOUT_DIRECTORY_PARAMETER when create MBT test


  Commit: d21450bc97f64f1bd4ece0368738ed754c8d8b33
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/d21450bc97f64f1bd4ece0368738ed754c8d8b33
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M HpToolsLauncher/Runners/MBTRunner.cs

  Log Message:
  -----------
  tech : adding example of setting datatable parameter


  Commit: e439bf9e3a86b99dad778f245289795896ce7dc5
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/e439bf9e3a86b99dad778f245289795896ce7dc5
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-13 (Sun, 13 Jun 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/octane/model/processors/scm/GitSCMProcessor.java

  Log Message:
  -----------
  tech : add log of branches in commit


  Commit: d36a2959e66f06101674aef4063c3ba111f86daf
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/d36a2959e66f06101674aef4063c3ba111f86daf
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-14 (Mon, 14 Jun 2021)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/octane/model/processors/scm/GitSCMProcessor.java

  Log Message:
  -----------
  Revert "tech : add log of branches in commit"

This reverts commit e439bf9e


  Commit: da0448b98364cdc8e967d8414093be5eeed3820e
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/da0448b98364cdc8e967d8414093be5eeed3820e
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-15 (Tue, 15 Jun 2021)

  Changed paths:
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Runners/MBTRunner.cs
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java

  Log Message:
  -----------
  tech : adding datatable params for MBT


  Commit: 856ea0acd826f2a09f4b839b5e04eb5dfaebe717
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/856ea0acd826f2a09f4b839b5e04eb5dfaebe717
  Author: Radislav Berkovich <[email protected]>
  Date:   2021-06-17 (Thu, 17 Jun 2021)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java

  Log Message:
  -----------
  tech : adding datatable params for MBT


  Commit: de5324744ce9553fb88ceae61ad96bcc83c4d8d0
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/de5324744ce9553fb88ceae61ad96bcc83c4d8d0
  Author: Zhipeng Wang <[email protected]>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M HpToolsLauncher/HpToolsLauncher.csproj
    M HpToolsLauncher/JavaProperties/JavaProperties.cs
    M HpToolsLauncher/Launcher.cs
    M HpToolsLauncher/Program.cs
    A HpToolsLauncher/Runners/MBTRunner.cs
    M pom.xml
    M 
src/main/java/com/microfocus/application/automation/tools/octane/CIJenkinsServicesImpl.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/testrunner/TestsToRunConverterBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/HPRunnerType.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/detection/MFToolsDetectionExtension.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitExtension.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitTestResult.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/octane/tests/xml/AbstractXmlIterator.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/actions/plugin/PluginActionsTest.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/TestResultIterator.java
    M 
src/test/java/com/microfocus/application/automation/tools/octane/tests/xml/TestResultXmlWriterTest.java

  Log Message:
  -----------
  Merge pull request #401 from MicroFocus/octane-dev-latest

Octane 7.0.1-BETA - add MBT Runner


Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/79234f66763a...de5324744ce9

-- 
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/hpe-application-automation-tools-plugin/push/refs/heads/latest/79234f-de5324%40github.com.

Reply via email to