Branch: refs/heads/latest Home: https://github.com/jenkinsci/hpe-application-automation-tools-plugin Commit: 1b89639f695c718f72d6a58caf67d58c6769c7b4 https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/1b89639f695c718f72d6a58caf67d58c6769c7b4 Author: Yuri Guller <gulle...@gmail.com> Date: 2018-02-27 (Tue, 27 Feb 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/model/processors/scm/SvnSCMProcessor.java Log Message: ----------- Minor syntactic fixes, correct handling of NPE while working with SVN SCM (#67) Commit: fb8bf49251c0d98f4c5418339802e9674e4d24da https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/fb8bf49251c0d98f4c5418339802e9674e4d24da Author: Radislav Berkovich <radislav.berkov...@hpe.com> Date: 2018-02-27 (Tue, 27 Feb 2018) Changed paths: M src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvContributor.java R src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvService.java M src/main/java/com/hpe/application/automation/tools/octane/executor/ExecutorConnectivityService.java M src/main/java/com/hpe/application/automation/tools/octane/executor/TestExecutionJobCreatorService.java M src/main/java/com/hpe/application/automation/tools/octane/executor/UFTTestDetectionService.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/GitPluginHandler.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/ScmPluginFactory.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/ScmPluginHandler.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/SvnPluginHandler.java M src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java Log Message: ----------- user story #522126 : UFT Integration should support SVN Commit: 75beb72a7d1241b92b59f2d96b463e88157d93c5 https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/75beb72a7d1241b92b59f2d96b463e88157d93c5 Author: radislavB <radisla...@gmail.com> Date: 2018-02-27 (Tue, 27 Feb 2018) Changed paths: M src/main/java/com/hpe/application/automation/tools/octane/actions/UFTTestDetectionBuildAction.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 M src/main/resources/com/hpe/application/automation/tools/octane/actions/UFTTestDetectionBuildAction/index.jelly Log Message: ----------- defect #574013 : Discovery Job does not add to octane localized tests (#68) Commit: cff8eb6e6362eac32487987cc135133afb329723 https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/cff8eb6e6362eac32487987cc135133afb329723 Author: Michael S <m-sel...@users.noreply.github.com> Date: 2018-02-28 (Wed, 28 Feb 2018) Changed paths: M src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/ScmPluginHandler.java Log Message: ----------- remove unused import Commit: 10dce2816a0089dcb8506076f219101fece4cd1c https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/10dce2816a0089dcb8506076f219101fece4cd1c Author: Michael Seldin <michael.sel...@hpe.com> Date: 2018-02-28 (Wed, 28 Feb 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/executor/scmmanager/ScmPluginFactory.java M src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/SvnPluginHandler.java M src/main/java/com/hpe/application/automation/tools/octane/tests/junit/JUnitXmlIterator.java Log Message: ----------- codacy code styling changes Commit: 6ccc6e3e2c7bebc8ec66d41ab7418f609f9ccf52 https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/6ccc6e3e2c7bebc8ec66d41ab7418f609f9ccf52 Author: Yafim Kazak <yaf...@users.noreply.github.com> Date: 2018-02-28 (Wed, 28 Feb 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/actions/UFTTestDetectionBuildAction.java M src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvContributor.java R src/main/java/com/hpe/application/automation/tools/octane/executor/CheckOutSubDirEnvService.java M src/main/java/com/hpe/application/automation/tools/octane/executor/ExecutorConnectivityService.java M src/main/java/com/hpe/application/automation/tools/octane/executor/TestExecutionJobCreatorService.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 A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/GitPluginHandler.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/ScmPluginFactory.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/ScmPluginHandler.java A src/main/java/com/hpe/application/automation/tools/octane/executor/scmmanager/SvnPluginHandler.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/junit/JUnitXmlIterator.java M src/main/resources/com/hpe/application/automation/tools/octane/actions/UFTTestDetectionBuildAction/index.jelly Log Message: ----------- Merge pull request #67 from MicroFocus/octane-dev-latest UFT improvements Compare: https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/49570f9315cc...6ccc6e3e2c7b -- 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.