Branch: refs/heads/latest
Home: https://github.com/jenkinsci/hpe-application-automation-tools-plugin
Commit: f824b7b33638fb14f5ba38e4bd9c6b9e29af98b5
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/f824b7b33638fb14f5ba38e4bd9c6b9e29af98b5
Author: abangau <[email protected]>
Date: 2024-06-05 (Wed, 05 Jun 2024)
Changed paths:
M pom.xml
Log Message:
-----------
defect #2451038 Octane cannot correctly open test run report
- update sdk version
Commit: a23681a1b9b8501fd397c4aa9f43c39b00b98020
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/a23681a1b9b8501fd397c4aa9f43c39b00b98020
Author: abangau <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M
src/test/java/com/microfocus/application/automation/tools/octane/EnumsTest.java
Log Message:
-----------
cpe#2481063 automation tools plugin not writing data in nga.log
- update sdk version
- fixed test
Commit: 240c3e634419d7362ac15b470084602f84688ec2
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/240c3e634419d7362ac15b470084602f84688ec2
Author: abangau <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M pom.xml
Log Message:
-----------
cpe#2481063 automation tools plugin not writing data in nga.log
- update sdk version
- fixed test
Commit: 128d0abce35be586b1eae33a1a95fe31cf4a8459
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/128d0abce35be586b1eae33a1a95fe31cf4a8459
Author: andreibangau99 <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M pom.xml
M
src/test/java/com/microfocus/application/automation/tools/octane/EnumsTest.java
Log Message:
-----------
Merge pull request #292 from MicroFocus/andreibangau-update-sdk-version
cpe #2481063 updated sdk version
Commit: fea623c92251ff8c664a3b1b6a698c78c3a3ec4c
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/fea623c92251ff8c664a3b1b6a698c78c3a3ec4c
Author: andreibangau99 <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M HpToolsLauncher/Launcher.cs
M HpToolsLauncher/Runners/FileSystemTestsRunner.cs
M HpToolsLauncher/Runners/RunnerBase.cs
M doc/README.md
M doc/WhatsNewEarlier.md
M pom.xml
M
src/main/java/com/microfocus/application/automation/tools/AlmToolsUtils.java
M
src/main/java/com/microfocus/application/automation/tools/JenkinsUtils.java
M
src/main/java/com/microfocus/application/automation/tools/commonResultUpload/xmlreader/XpathReader.java
M
src/main/java/com/microfocus/application/automation/tools/mc/Constants.java
M
src/main/java/com/microfocus/application/automation/tools/mc/JobConfigurationProxy.java
M
src/main/java/com/microfocus/application/automation/tools/model/AutEnvironmentModel.java
M
src/main/java/com/microfocus/application/automation/tools/model/ParallelRunnerEnvironmentModel.java
M
src/main/java/com/microfocus/application/automation/tools/pipelineSteps/SseBuildAndPublishStep.java
M
src/main/java/com/microfocus/application/automation/tools/results/HtmlBuildReportAction.java
M
src/main/java/com/microfocus/application/automation/tools/results/RunResultRecorder.java
M
src/main/java/com/microfocus/application/automation/tools/results/parser/nunit3/NUnit3ReportParserImpl.java
M
src/main/java/com/microfocus/application/automation/tools/run/LrScriptResultsParser.java
M
src/main/java/com/microfocus/application/automation/tools/run/RunFromAlmBuilder.java
M
src/main/java/com/microfocus/application/automation/tools/run/RunFromFileBuilder.java
M
src/main/java/com/microfocus/application/automation/tools/run/RunLoadRunnerScript.java
M
src/main/java/com/microfocus/application/automation/tools/run/SseBuilder.java
M
src/main/java/com/microfocus/application/automation/tools/run/UploadAppBuilder.java
M
src/main/java/com/microfocus/application/automation/tools/sse/common/XPathUtils.java
M
src/main/java/com/microfocus/application/automation/tools/sv/pipeline/AbstractSvStepDescriptor.java
M
src/main/java/com/microfocus/application/automation/tools/sv/runner/AbstractSvRunDescriptor.java
M
src/main/java/com/microfocus/application/automation/tools/uft/utils/UftToolUtils.java
M
src/main/resources/com/microfocus/application/automation/tools/model/AutEnvironmentModel/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/model/FileSystemTestModel/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/model/FileSystemTestSetModel/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/model/ParallelRunnerEnvironmentModel/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/pipelineSteps/SseBuildAndPublishStep/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/run/RunFromAlmBuilder/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/run/RunFromFileBuilder/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/run/SseBuilder/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/run/UploadAppBuilder/config.jelly
M
src/main/resources/com/microfocus/application/automation/tools/uft/model/SpecifyParametersModel/config.jelly
M src/main/resources/lib/custom/customRepeatableProperty.jelly
M src/main/webapp/js/fileSystemUtils.js
M src/main/webapp/js/specifyParametersUtils.js
M src/main/webapp/parallelRunnerEnvironment.js
M
src/test/java/com/microfocus/application/automation/tools/octane/tests/gherkin/GherkinResultsTest.java
Log Message:
-----------
Merge branch 'latest' into octane-dev-latest
Commit: 029f7f5e28f13227a7548253f67288acfc149e82
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/commit/029f7f5e28f13227a7548253f67288acfc149e82
Author: andreibangau99 <[email protected]>
Date: 2024-06-06 (Thu, 06 Jun 2024)
Changed paths:
M pom.xml
M
src/test/java/com/microfocus/application/automation/tools/octane/EnumsTest.java
Log Message:
-----------
Merge pull request #668 from MicroFocus/octane-dev-latest
SDK Version Increase
Compare:
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/compare/6144f7c6689c...029f7f5e28f1
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/settings/notifications
--
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/6144f7-029f7f%40github.com.