Branch: refs/heads/latest
  Home:   https://github.com/jenkinsci/hpe-application-automation-tools-plugin
  Commit: c425a08fd90bc55e111dd72dc8fb4efcb4f81e2f
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/c425a08fd90bc55e111dd72dc8fb4efcb4f81e2f
  Author: danieldanan <[email protected]>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M 
src/main/java/com/microfocus/application/automation/tools/model/PcModel.java
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/PcBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.jelly

  Log Message:
  -----------
  updating differences between model and builder to prevent pipeline failure


  Commit: e85d6c16a5208890e0895944b9d760e84bfffed5
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/e85d6c16a5208890e0895944b9d760e84bfffed5
  Author: danieldanan <[email protected]>
  Date:   2018-10-09 (Tue, 09 Oct 2018)

  Changed paths:
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/PcBuilder.java

  Log Message:
  -----------
  fixing two identified concerns:
-preventing possibility for an endless build when trend report creation cannot 
be started in PC (adding a second counter + timer for that effect).
-workspace variable is null in pipeline as the perform with abstract build is 
not invoked (setting it in perform with Run build).


  Commit: 5dbc238a4e01e58c94a6f61031ff0342d07cae49
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/5dbc238a4e01e58c94a6f61031ff0342d07cae49
  Author: danieldanan <[email protected]>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    R 
src/main/java/com/microfocus/application/automation/tools/model/PcModel.java
    A 
src/main/java/com/microfocus/application/automation/tools/pc/PcBuilder.java
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    A src/main/java/com/microfocus/application/automation/tools/pc/PcModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/RunResultRecorder.java
    R 
src/main/java/com/microfocus/application/automation/tools/run/PcBuilder.java
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/config.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-pcServerName.html
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-proxyOutURL.html
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-statusBySLA.html
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-testInstanceId.html
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-vudsMode.html
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.jelly
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.properties
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-pcServerName.html
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-proxyOutURL.html
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-statusBySLA.html
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-testInstanceId.html
    R 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-vudsMode.html
    M 
src/test/java/com/microfocus/application/automation/tools/pc/MockPcModel.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/MockPcRestProxy.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClient.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClientNegativeScenrios.java

  Log Message:
  -----------
  2 changes:
-regrouping classes of PC plugin under the same package: 
"com.microfocus.application.automation.tools.pc".
-creating properties files for managing strings used in PC classes for logs 
reports.


  Commit: 15c6d26788d3322b1f1297ec707077df4775e088
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/15c6d26788d3322b1f1297ec707077df4775e088
  Author: danieldanan <[email protected]>
  Date:   2018-10-10 (Wed, 10 Oct 2018)

  Changed paths:
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    M 
src/main/resources/com/microfocus/application/automation/tools/pc/Messages.properties

  Log Message:
  -----------
  replacing strings.


  Commit: e4b7143fa41b7b71aac6f2a6bbce930e60dd1f6b
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/e4b7143fa41b7b71aac6f2a6bbce930e60dd1f6b
  Author: danieldanan <[email protected]>
  Date:   2018-10-11 (Thu, 11 Oct 2018)

  Changed paths:
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java

  Log Message:
  -----------
  removing unnecessary variables


  Commit: 82ea1b50164e59fbb6519dc2b9891c850f6367df
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/82ea1b50164e59fbb6519dc2b9891c850f6367df
  Author: danieldanan <[email protected]>
  Date:   2018-10-21 (Sun, 21 Oct 2018)

  Changed paths:
    R 
src/main/java/com/microfocus/application/automation/tools/pc/PcBuilder.java
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/RunResultRecorder.java
    A 
src/main/java/com/microfocus/application/automation/tools/run/PcBuilder.java
    M 
src/main/resources/com/microfocus/application/automation/tools/pc/Messages.properties
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/config.jelly
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/config.properties
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-pcServerName.html
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-proxyOutURL.html
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-statusBySLA.html
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-testInstanceId.html
    R 
src/main/resources/com/microfocus/application/automation/tools/pc/PcBuilder/help-vudsMode.html
    A 
src/main/resources/com/microfocus/application/automation/tools/run/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-pcServerName.html
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-proxyOutURL.html
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-statusBySLA.html
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-testInstanceId.html
    A 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-vudsMode.html
    M 
src/test/java/com/microfocus/application/automation/tools/pc/MockPcRestProxy.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClient.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClientNegativeScenrios.java

  Log Message:
  -----------
  restoring PcBuilder to its previous location.


  Commit: e6c388fc55437dfefbb9cec1ec732624fb156d70
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/e6c388fc55437dfefbb9cec1ec732624fb156d70
  Author: danieldanan <[email protected]>
  Date:   2018-10-21 (Sun, 21 Oct 2018)

  Changed paths:
    M pom.xml
    A 
src/main/java/com/microfocus/application/automation/tools/common/HealthAnalyzerCommon.java
    A 
src/main/java/com/microfocus/application/automation/tools/common/OperatingSystem.java
    A 
src/main/java/com/microfocus/application/automation/tools/common/model/HealthAnalyzerModel.java
    A 
src/main/java/com/microfocus/application/automation/tools/common/model/VariableListWrapper.java
    A 
src/main/java/com/microfocus/application/automation/tools/common/model/VariableWrapper.java
    A 
src/main/java/com/microfocus/application/automation/tools/common/run/HealthAnalyzerBuilder.java
    A 
src/main/java/com/microfocus/application/automation/tools/lr/results/RunLrResultRecorder.java
    A 
src/main/java/com/microfocus/application/automation/tools/lr/run/HealthAnalyzerLrStep.java
    A 
src/main/java/com/microfocus/application/automation/tools/lr/run/RunFromLrFileBuilder.java
    A 
src/main/java/com/microfocus/application/automation/tools/mc/run/RunFromMcFileBuilder.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/RunResultRecorder.java
    M 
src/main/java/com/microfocus/application/automation/tools/results/TestResultToALMUploader.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
    A 
src/main/java/com/microfocus/application/automation/tools/uft/results/RunUftResultRecorder.java
    A 
src/main/java/com/microfocus/application/automation/tools/uft/run/RunFromUftFileBuilder.java
    R 
src/main/resources/com/hpe/application/automation/tools/run/SonarOctaneListener/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/common/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/common/model/VariableWrapper/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/common/run/HealthAnalyzerBuilder/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/common/run/HealthAnalyzerBuilder/config.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/common/run/HealthAnalyzerBuilder/help-products.html
    A 
src/main/resources/com/microfocus/application/automation/tools/lr/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/lr/run/HealthAnalyzerLrStep/config.jelly
    A 
src/main/resources/com/microfocus/application/automation/tools/lr/run/HealthAnalyzerLrStep/config.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/mc/Messages.properties
    M 
src/main/resources/com/microfocus/application/automation/tools/settings/MCServerSettingsBuilder/global.jelly
    A src/main/resources/lib/healthanalyzer/customEntry.jelly
    A src/main/resources/lib/healthanalyzer/customOptionalBlock.jelly
    A src/main/resources/lib/healthanalyzer/optionalDropDownList.jelly
    A src/main/resources/lib/healthanalyzer/optionalRepeatableText.jelly
    A src/main/resources/lib/healthanalyzer/taglib
    A 
src/test/java/com/microfocus/application/automation/tools/common/HealthAnalyzerCommonTest.java
    A 
src/test/java/com/microfocus/application/automation/tools/common/OperatingSystemTest.java
    M 
src/test/java/com/microfocus/application/automation/tools/results/RunResultRecorderTest.java

  Log Message:
  -----------
  Merge branch 'latest' of 
github.com:jenkinsci/hpe-application-automation-tools-plugin into latest


  Commit: 8814640bca14d566d842692496598117bb306857
      
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/8814640bca14d566d842692496598117bb306857
  Author: Daniel Gront <[email protected]>
  Date:   2018-10-22 (Mon, 22 Oct 2018)

  Changed paths:
    R 
src/main/java/com/microfocus/application/automation/tools/model/PcModel.java
    M src/main/java/com/microfocus/application/automation/tools/pc/PcClient.java
    A src/main/java/com/microfocus/application/automation/tools/pc/PcModel.java
    M 
src/main/java/com/microfocus/application/automation/tools/run/PcBuilder.java
    A 
src/main/resources/com/microfocus/application/automation/tools/pc/Messages.properties
    A 
src/main/resources/com/microfocus/application/automation/tools/run/Messages.properties
    M 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/config.jelly
    M 
src/main/resources/com/microfocus/application/automation/tools/run/PcBuilder/help-pcServerName.html
    M 
src/test/java/com/microfocus/application/automation/tools/pc/MockPcModel.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/MockPcRestProxy.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClient.java
    M 
src/test/java/com/microfocus/application/automation/tools/pc/TestPcClientNegativeScenrios.java

  Log Message:
  -----------
  Merge pull request #161 from danieldanan/latest

JENKINS-54065, JENKINS-53969, JENKINS-54066, JENKINS-54067, JENKINS-54068


Compare: 
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/b2ff6413f867...8814640bca14
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to