[JIRA] (JENKINS-57334) "Run on planned host" from Build section not working

48 views
Skip to first unread message

gsureka@ups.com (JIRA)

unread,
May 5, 2019, 11:03:02 PM5/5/19
to jenkinsc...@googlegroups.com
Govind Sureka created an issue
 
Jenkins / Bug JENKINS-57334
"Run on planned host" from Build section not working
Issue Type: Bug Bug
Assignee: Daniel Gront
Components: hp-application-automation-tools-plugin
Created: 2019-05-06 03:02
Environment: CloudBees Jenkins Enterprise-2.150.3.2-rollong
Plugin: Micro Focus Application Automation tools: 5.2
ALM: 12.55
Priority: Minor Minor
Reporter: Govind Sureka

Integrated UFT Automation test cases from ALM to CloudBees Jenkins Enterprise using Add Ins: Micro Focus Application Automation Tools--> Execute HPE functional tests from HPE ALM.
When designing the job assign 'Label Expression' in the 'General' section. In the Build section click on 'Advanced...' option and select 'Run on planned host' from drop down of 'Run mode'. Save this job.
When we run this job on any workstation it ran but no test case gets executed

Test set: XXXXX_REGRESSION, finished at 05/05/2019 22:59:49
================================================
Run status: Job succeeded, total tests: 5, succeeded: 0, failures: 0, errors: 0
Unknown:
Unknown:
Unknown:
Unknown:
Unknown:

Add Comment Add Comment
 
This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)

daniel.gront@microfocus.com (JIRA)

unread,
May 6, 2019, 12:03:02 AM5/6/19
to jenkinsc...@googlegroups.com

daniel.gront@microfocus.com (JIRA)

unread,
May 6, 2019, 12:03:02 AM5/6/19
to jenkinsc...@googlegroups.com
Daniel Gront assigned an issue to Anda Sorina Laakso
Change By: Daniel Gront
Assignee: Daniel Gront Anda Sorina Laakso

daniel.gront@microfocus.com (JIRA)

unread,
May 6, 2019, 12:04:01 AM5/6/19
to jenkinsc...@googlegroups.com
Daniel Gront commented on Bug JENKINS-57334
 
Re: "Run on planned host" from Build section not working

Govind Sureka, was this tested on the latest version of the plugin as well?

gsureka@ups.com (JIRA)

unread,
May 6, 2019, 4:11:02 AM5/6/19
to jenkinsc...@googlegroups.com

Yes its tested on latest version as well. Its giving this error on latest version

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at HpToolsLauncher.AlmTestSetsRunner.RunTestSet(String tsFolderName, String tsName, Double timeout, QcRunMode runMode, String runHost)
at HpToolsLauncher.AlmTestSetsRunner.Run()
at HpToolsLauncher.Launcher.RunTests(IAssetRunner runner, String resultsFile)
at HpToolsLauncher.Launcher.Run()
at HpToolsLauncher.Program.Main(String[] args)

daniel.gront@microfocus.com (JIRA)

unread,
May 6, 2019, 5:25:02 AM5/6/19
to jenkinsc...@googlegroups.com

anda-sorina.laakso@microfocus.com (JIRA)

unread,
May 6, 2019, 6:34:02 AM5/6/19
to jenkinsc...@googlegroups.com
Anda Sorina Laakso commented on Bug JENKINS-57334
 
Re: "Run on planned host" from Build section not working

Can you send me the entire console output, please?

Thank you.

anda-sorina.laakso@microfocus.com (JIRA)

unread,
May 6, 2019, 6:50:01 AM5/6/19
to jenkinsc...@googlegroups.com

If you are running the tests on a specified remote machine you should use "Run remote" option instead of "Run on planned host".

gsureka@ups.com (JIRA)

unread,
May 6, 2019, 8:11:03 AM5/6/19
to jenkinsc...@googlegroups.com

Here is the Console output

Started by user unknown or anonymous
Building on master in workspace D:\XXXXX\Jenkins_Home\workspace\TEST_Test
[TEST_Test] $ D:\XXXXXXJ\Jenkins_Home\workspace\TEST_Test\HpToolsLauncher.exe -paramfile props06052019040802183.txt
"Started..."
Timeout is set to: -1
Run mode is set to: RUN_PLANNED_HOST
============================================================================
Starting test set execution
Test set name: XXXXXXXXXXX, Test set id: 1402
"Number of tests in set: "1
Test 1: [1]0TEST_test will run on host:
log4net:ERROR [RollingFileAppender] Unable to acquire lock on file D:\XXXXXXJ\Jenkins_Home\workspace\TEST_Test\. Could not find a part of the path 'D:\XXXXXXJ\Jenkins_Home\workspace\TEST_Test\'.
Problem while running TestSet: Exception from HRESULT: 0x80040459
"Scheduler started at:06/05/2019 04:08:05
-------------------------------------------------------------------------------------------------------

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at HpToolsLauncher.AlmTestSetsRunner.RunTestSet(String tsFolderName, String tsName, Double timeout, QcRunMode runMode, String runHost)
at HpToolsLauncher.AlmTestSetsRunner.Run()
at HpToolsLauncher.Launcher.RunTests(IAssetRunner runner, String resultsFile)
at HpToolsLauncher.Launcher.Run()
at HpToolsLauncher.Program.Main(String[] args)

FATAL: HTTP host may not be null
java.lang.IllegalArgumentException: HTTP host may not be null
at org.apache.http.util.Args.notNull(Args.java:54)
at org.apache.http.nio.client.methods.HttpAsyncMethods.create(HttpAsyncMethods.java:72)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:76)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:108)
at org.apache.http.impl.nio.client.CloseableHttpAsyncClient.execute(CloseableHttpAsyncClient.java:92)
at com.ibm.devops.connect.CloudPublisher.postToSyncAPI(CloudPublisher.java:219)
at com.ibm.devops.connect.CloudPublisher.uploadJobStatus(CloudPublisher.java:159)
at com.ibm.devops.connect.CloudBuildStepListener.finished(CloudBuildStepListener.java:57)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
at hudson.model.Build$BuildExecution.build(Build.java:206)
at hudson.model.Build$BuildExecution.doRun(Build.java:163)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1810)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Finished: FAILURE

anda-sorina.laakso@microfocus.com (JIRA)

unread,
May 7, 2019, 3:25:02 AM5/7/19
to jenkinsc...@googlegroups.com

This exception "java.lang.IllegalArgumentException: HTTP host may not be null" indicates that your host url is not correctly formed. Please check that again.

 

 

 

gsureka@ups.com (JIRA)

unread,
May 22, 2019, 8:23:02 AM5/22/19
to jenkinsc...@googlegroups.com

We are getting this error, please help resolve this.

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.
at HpToolsLauncher.AlmTestSetsRunner.RunTestSet(String tsFolderName, String tsName, Double timeout, QcRunMode runMode, String runHost)
at HpToolsLauncher.AlmTestSetsRunner.Run()
at HpToolsLauncher.Launcher.RunTests(IAssetRunner runner, String resultsFile)
at HpToolsLauncher.Launcher.Run()
at HpToolsLauncher.Program.Main(String[] args)

[ACC_Smoke_TFS] $ cmd /c call C:\WINDOWS\TEMP\jenkins8313846852761425052.bat

C:\Program Files\jenkins\ABCD\workspace\jenkinsmaster-5\XYZ\ABCAutomation\ABC_TFS>Curl_cmd.bat

C:\Program Files\jenkins\ABCD\workspace\jenkinsmaster-5\XYZ\ABCAutomation\ABC_TFS>d:

D:\>cd ABCDData\curl-7.64.0-win64-mingw\bin\

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed

0 0 0 0 0 0 0 0 -::- -::- -::- 0
100 4856 100 4856 0 0 49050 0 -::- -::- -::- 49050

gsureka@ups.com (JIRA)

unread,
Jun 10, 2019, 11:20:01 AM6/10/19
to jenkinsc...@googlegroups.com

Please provide solution to this issue.

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Jun 11, 2019, 3:19:02 AM6/11/19
to jenkinsc...@googlegroups.com

HI, I attached for you a new version today on the ftp folder. Please run again the tests and send me by email the console logs. Thanks.

gsureka@ups.com (JIRA)

unread,
Jun 17, 2019, 8:24:02 AM6/17/19
to jenkinsc...@googlegroups.com

Hello Anda,
This version is producing error. Here are the logs

Started by user admin
Building remotely on Test1 in workspace d:\jenkins\workspace\UFT_Test
No emails were triggered.
[UFT_Test] $ d:\jenkins\workspace\UFT_Test\HpToolsLauncher.exe -paramfile props11062019080414105.txt
"Started..."
runtype is alm


Timeout is set to: -1
Run mode is set to: RUN_PLANNED_HOST

Trying to connect to project
CreateTDConnection
Login to ALM
Logged in
Connecting to domain and project
Connected to domain and project
connected to alm : True
Node not found.


============================================================================
Starting test set execution

Test set name: 1_DashBoard, Test set id: 3001
Scheduler starts execution
Run mode is: RUN_PLANNED_HOST
Run host is:

Number of tests in set: 1

Test 1: [1]02_ACCDashboard will run on host:
log4net:ERROR [RollingFileAppender] Unable to acquire lock on file d:\jenkins\workspace\UFT_Test\. Could not find a part of the path 'd:\jenkins\workspace\UFT_Test\'.


Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:11/06/2019 08:04:32
-------------------------------------------------------------------------------------------------------
Test set: 1_DashBoard, finished at 11/06/2019 08:04:32
================================================
Run status: Job succeeded, total tests: 1, succeeded: 0, failures: 0, errors: 0, warnings: 0
Unknown:
================================================
Dispose ALM connection
Email was triggered for: Success
Sending email for trigger: Success
Sending email to: asas@abc
Finished: SUCCESS

gsureka@ups.com (JIRA)

unread,
Jun 21, 2019, 9:03:02 AM6/21/19
to jenkinsc...@googlegroups.com

Hello Anda,

Thanks for sharing this ne build of plugin. I created a Node and ran a job but it didn’t ran the Test Case though the status is Success. Could you please share a new version of plugin. See logs.

Sending email to: a...@xyz.com
Finished: SUCCESS

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Jun 24, 2019, 2:07:02 AM6/24/19
to jenkinsc...@googlegroups.com

Version 5.8 is alerady available.

Could you try with that one?

 

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Jun 24, 2019, 2:07:03 AM6/24/19
to jenkinsc...@googlegroups.com
Anda Sorina Laakso edited a comment on Bug JENKINS-57334
Version 5.8 is alerady already available.


Could you try with that one?

 

gsureka@ups.com (JIRA)

unread,
Jun 24, 2019, 3:57:03 AM6/24/19
to jenkinsc...@googlegroups.com

Hello Anda,
We did tried with 5.8 version, it did ran but Test execution not happening. See the console output

Started by user admin
Building remotely on node2 (Node2) in workspace d:\jenkins1\workspace\Test_Folder\ACC_Jenkins_50Min
[ACC_Jenkins_50Min] $ d:\jenkins1\workspace\Test_Folder\ACC_Jenkins_50Min\HpToolsLauncher.exe -paramfile props24062019034713318.txt
"Started..."


Timeout is set to: -1
Run mode is set to: RUN_PLANNED_HOST

============================================================================
Starting test set execution

Test set name: 01_DashBoard, Test set id: 4106


Number of tests in set: 1
Test 1: [1]02_ACCDashboard will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:18
-------------------------------------------------------------------------------------------------------
Test set: 01_DashBoard, finished at 24/06/2019 03:47:18


============================================================================
Starting test set execution

Test set name: 02_BusinessUnit, Test set id: 4107


Number of tests in set: 1

Test 1: [1]03_ACCBusinessUnit_OperatingUnit will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:20
-------------------------------------------------------------------------------------------------------
Test set: 02_BusinessUnit, finished at 24/06/2019 03:47:20


============================================================================
Starting test set execution

Test set name: 03_OperatingUnit, Test set id: 4108


Number of tests in set: 1

Test 1: [1]03_ACCBusinessUnit_OperatingUnit will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:23
-------------------------------------------------------------------------------------------------------
Test set: 03_OperatingUnit, finished at 24/06/2019 03:47:23


============================================================================
Starting test set execution

Test set name: 04_Create_Appropriation_1, Test set id: 4109


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:26
-------------------------------------------------------------------------------------------------------

Test set: 04_Create_Appropriation_1, finished at 24/06/2019 03:47:26


============================================================================
Starting test set execution

Test set name: 05_Action_Appropriation_1, Test set id: 4201


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:29
-------------------------------------------------------------------------------------------------------
Test set: 05_Action_Appropriation_1, finished at 24/06/2019 03:47:29


============================================================================
Starting test set execution

Test set name: 06_Create_Appropriation_2, Test set id: 4202

Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:30
-------------------------------------------------------------------------------------------------------
Test set: 06_Create_Appropriation_2, finished at 24/06/2019 03:47:31

============================================================================
Starting test set execution

Test set name: 07_Action_Appropriation_2, Test set id: 4203


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:34
-------------------------------------------------------------------------------------------------------

Test set: 07_Action_Appropriation_2, finished at 24/06/2019 03:47:34


============================================================================
Starting test set execution

Test set name: 08_Create_Appropriation_3, Test set id: 4204

Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:36
-------------------------------------------------------------------------------------------------------
Test set: 08_Create_Appropriation_3, finished at 24/06/2019 03:47:37


============================================================================
Starting test set execution

Test set name: 09_Action_Appropriation_3, Test set id: 4205


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:38
-------------------------------------------------------------------------------------------------------
Test set: 09_Action_Appropriation_3, finished at 24/06/2019 03:47:39


============================================================================
Starting test set execution

Test set name: 10_Create_Appropriation_4, Test set id: 4006


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:41
-------------------------------------------------------------------------------------------------------
Test set: 10_Create_Appropriation_4, finished at 24/06/2019 03:47:41


============================================================================
Starting test set execution

Test set name: 11_Action_Appropriation_4, Test set id: 4007

Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:43
-------------------------------------------------------------------------------------------------------
Test set: 11_Action_Appropriation_4, finished at 24/06/2019 03:47:44


============================================================================
Starting test set execution

Test set name: 12_Create_Appropriation_5, Test set id: 4008

Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:48
-------------------------------------------------------------------------------------------------------

Test set: 12_Create_Appropriation_5, finished at 24/06/2019 03:47:49


============================================================================
Starting test set execution

Test set name: 13_Action_Appropriation_5, Test set id: 4009

Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:51
-------------------------------------------------------------------------------------------------------

Test set: 13_Action_Appropriation_5, finished at 24/06/2019 03:47:52


============================================================================
Starting test set execution

Test set name: 14_Create_Appropriation_6, Test set id: 4010


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:54
-------------------------------------------------------------------------------------------------------
Test set: 14_Create_Appropriation_6, finished at 24/06/2019 03:47:54


============================================================================
Starting test set execution

Test set name: 15_Action_Appropriation_6, Test set id: 4011


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:47:56
-------------------------------------------------------------------------------------------------------
Test set: 15_Action_Appropriation_6, finished at 24/06/2019 03:47:56

============================================================================
Starting test set execution

Test set name: 16_Create_Appropriation_7, Test set id: 4301


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:00
-------------------------------------------------------------------------------------------------------
Test set: 16_Create_Appropriation_7, finished at 24/06/2019 03:48:00


============================================================================
Starting test set execution

Test set name: 17_Action_Appropriation_7, Test set id: 4302

Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:02
-------------------------------------------------------------------------------------------------------
Test set: 17_Action_Appropriation_7, finished at 24/06/2019 03:48:02


============================================================================
Starting test set execution

Test set name: 18_Create_Appropriation_8, Test set id: 4501

Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:05
-------------------------------------------------------------------------------------------------------

Test set: 18_Create_Appropriation_8, finished at 24/06/2019 03:48:05


============================================================================
Starting test set execution

Test set name: 19_Action_Appropriation_8, Test set id: 4502


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:07
-------------------------------------------------------------------------------------------------------

Test set: 19_Action_Appropriation_8, finished at 24/06/2019 03:48:07


============================================================================
Starting test set execution

Test set name: 20_Create_Appropriation_9, Test set id: 4412


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:09
-------------------------------------------------------------------------------------------------------

Test set: 20_Create_Appropriation_9, finished at 24/06/2019 03:48:09

============================================================================
Starting test set execution

Test set name: 21_Action_Appropriation_9, Test set id: 4413


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:12
-------------------------------------------------------------------------------------------------------
Test set: 21_Action_Appropriation_9, finished at 24/06/2019 03:48:12

============================================================================
Starting test set execution

Test set name: 22_Create_Appropriation_10, Test set id: 4414

Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:19
-------------------------------------------------------------------------------------------------------
Test set: 22_Create_Appropriation_10, finished at 24/06/2019 03:48:20


============================================================================
Starting test set execution

Test set name: 23_Action_Appropriation_10, Test set id: 4415


Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:22
-------------------------------------------------------------------------------------------------------
Test set: 23_Action_Appropriation_10, finished at 24/06/2019 03:48:22

============================================================================
Starting test set execution

Test set name: 24_Create_Appropriation_11, Test set id: 4416


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:25
-------------------------------------------------------------------------------------------------------
Test set: 24_Create_Appropriation_11, finished at 24/06/2019 03:48:25


============================================================================
Starting test set execution

Test set name: 25_Action_Appropriation_11, Test set id: 4417

Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:28
-------------------------------------------------------------------------------------------------------

Test set: 25_Action_Appropriation_11, finished at 24/06/2019 03:48:28


============================================================================
Starting test set execution

Test set name: 26_Create_Appropriation_12, Test set id: 4418


Number of tests in set: 1

Test 1: [1]04_ACC_CreateNewAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:30
-------------------------------------------------------------------------------------------------------
Test set: 26_Create_Appropriation_12, finished at 24/06/2019 03:48:31


============================================================================
Starting test set execution

Test set name: 27_Action_Appropriation_12, Test set id: 4419

Number of tests in set: 1

Test 1: [1]06_ACC_ActionAppropriation will run on host:

Problem while running TestSet: Exception from HRESULT: 0x80040459

"Scheduler started at:24/06/2019 03:48:33
-------------------------------------------------------------------------------------------------------

Test set: 27_Action_Appropriation_12, finished at 24/06/2019 03:48:34
================================================
Run status: Job succeeded, total tests: 27, succeeded: 0, failures: 0, errors: 0, warnings: 0
Unknown:

Unknown:
================================================

Recording test results
Finished: SUCCESS

gsureka@ups.com (JIRA)

unread,
Jun 26, 2019, 11:07:03 AM6/26/19
to jenkinsc...@googlegroups.com

Could you please share new build to test the issue.

gsureka@ups.com (JIRA)

unread,
Jul 1, 2019, 11:23:02 AM7/1/19
to jenkinsc...@googlegroups.com

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Jul 2, 2019, 4:37:02 AM7/2/19
to jenkinsc...@googlegroups.com

HI Govind,

 

I see this error "Exception from HRESULT: 0x80040459" for every test. Can you try to run it again with the last version of the plugin I provided?

 

Also can you try to reinstall UFT and reregister ALM in case it doesn't work the last version provided by me?

 

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Sep 18, 2019, 6:46:02 AM9/18/19
to jenkinsc...@googlegroups.com
Anda Sorina Laakso started work on Bug JENKINS-57334
 
Change By: Anda Sorina Laakso
Status: Open In Progress
This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)
Atlassian logo

anda-sorina.laakso@microfocus.com (JIRA)

unread,
Sep 27, 2019, 3:51:02 AM9/27/19
to jenkinsc...@googlegroups.com

Where can I upload the fix for this issue?

Reply all
Reply to author
Forward
0 new messages