Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: 36edfa9572a16055d34ed7755712386f4275c6e6
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/36edfa9572a16055d34ed7755712386f4275c6e6
  Author: dshmaya <dshm...@users.noreply.github.com>
  Date:   2018-03-23 (Fri, 23 Mar 2018)

  Changed paths:
    M 
src/main/java/com/hpe/application/automation/tools/octane/events/RunListenerImpl.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/GenericSCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/GitSCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/SCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/SvnSCMProcessor.java

  Log Message:
  -----------
  Branch compare feature (#73)

* us #584005 : Branch Compare : expand Jenkins Plugin Capabilities - find 
common hash id


  Commit: f02b4760c84a1ae88c177ea678317a898fb073b1
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f02b4760c84a1ae88c177ea678317a898fb073b1
  Author: Radislav Berkovich <radislav.berkov...@hpe.com>
  Date:   2018-03-25 (Sun, 25 Mar 2018)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/hpe/application/automation/tools/octane/CIJenkinsServicesImpl.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/events/RunListenerImpl.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionService.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/AbstractProjectProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/JobProcessorFactory.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/WorkFlowJobProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/build/BuildHandlerUtils.java

  Log Message:
  -----------
  defect #600010 : New tests added to existing svn scm repository are detedcted 
by discovery job but not injected to octane


  Commit: f6761dd2b33930da4d54c485a5eedb13bc3f2c73
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f6761dd2b33930da4d54c485a5eedb13bc3f2c73
  Author: radislavB <radisla...@gmail.com>
  Date:   2018-03-27 (Tue, 27 Mar 2018)

  Changed paths:
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionResult.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionService.java
    M 
src/main/resources/com/hpe/application/automation/tools/octane/actions/UFTTestDetectionBuildAction/index.jelly

  Log Message:
  -----------
  defect #600012 : UFT SVN Integration - deleted test from existing svn 
repository are not detected by discovery job. (#74)


  Commit: 9eeb6163a2d9ea7aa4190d90795c3b50136d070e
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/9eeb6163a2d9ea7aa4190d90795c3b50136d070e
  Author: radislavB <radisla...@gmail.com>
  Date:   2018-04-08 (Sun, 08 Apr 2018)

  Changed paths:
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvContributor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/TestListener.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitExtension.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java

  Log Message:
  -----------
  user story #550045 : As a user I would like to get a link from SRF test run 
to SRF report (#75)

* user story #550045 : As a user I would like to get a link from SRF test run 
to SRF report

* fixing computing sharedfolder : as UFT builder not must be first in job


  Commit: 991e27aa675ba8da917e3f1b54117a9cc874ef3f
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/991e27aa675ba8da917e3f1b54117a9cc874ef3f
  Author: radislavB <radisla...@gmail.com>
  Date:   2018-04-08 (Sun, 08 Apr 2018)

  Changed paths:
    A 
src/main/java/com/hpe/application/automation/tools/octane/executor/FullSyncRequiredCause.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionService.java

  Log Message:
  -----------
  defect 600012 : UFT SVN Integration - deleted test from existing svn 
repository are not detected by discovery job. (#76)

* defect 600012 : UFT SVN Integration - deleted test from existing svn 
repository are not detected by discovery job.

* Update FullSyncRequiredCause.java


  Commit: 7e31a18dd3eccfce5c5f362358271a28f6546f0d
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/7e31a18dd3eccfce5c5f362358271a28f6546f0d
  Author: Ayellet <layel...@gmail.com>
  Date:   2018-04-17 (Tue, 17 Apr 2018)

  Changed paths:
    M 
src/main/java/com/hpe/application/automation/tools/octane/events/RunListenerImpl.java
    R 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/builders/WorkFlowRunProcessor.java
    A 
src/main/java/com/hpe/application/automation/tools/octane/workflow/WorkFlowUtils.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/workflow/WorkflowGraphListener.java

  Log Message:
  -----------
  topology for jenkins pipeline job (#79)

* user story #560010: Pipeline as a Code - Octane pipeline topology should 
reflect the pipeline stages


  Commit: 77599ff02a0e9426305fec29f300233c043e469f
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/77599ff02a0e9426305fec29f300233c043e469f
  Author: Yafim Kazak <yaf...@users.noreply.github.com>
  Date:   2018-04-23 (Mon, 23 Apr 2018)

  Changed paths:
    M pom.xml
    M 
src/main/java/com/hpe/application/automation/tools/octane/CIJenkinsServicesImpl.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/events/RunListenerImpl.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvContributor.java
    A 
src/main/java/com/hpe/application/automation/tools/octane/executor/FullSyncRequiredCause.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionResult.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionService.java
    R 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/builders/WorkFlowRunProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/AbstractProjectProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/JobProcessorFactory.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/projects/WorkFlowJobProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/GenericSCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/GitSCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/SCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/model/processors/scm/SvnSCMProcessor.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/TestListener.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/build/BuildHandlerUtils.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitExtension.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java
    A 
src/main/java/com/hpe/application/automation/tools/octane/workflow/WorkFlowUtils.java
    M 
src/main/java/com/hpe/application/automation/tools/octane/workflow/WorkflowGraphListener.java
    M 
src/main/resources/com/hpe/application/automation/tools/octane/actions/UFTTestDetectionBuildAction/index.jelly

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

Octane improvements and defect fixes for 5.3.5-beta


Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/c0cf73fae09e...77599ff02a0e

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