I have installed Jenkins 2.440.2 on RHEL 8.8. Jenkins agent is windows
I have added HP ALM using and trying to execute test set using plugin.
But getting error jenkins code and error both attached below
Jenkins pipeline code :-
runFromAlmBuilder almApiKey: ‘’, almClientID: ‘’, almCredentialsScope: ‘JOB’, almDomain: ‘‘, almPassword: ‘', almProject: '’, almRunHost: ‘...’, almRunMode: ‘RUN_REMOTE’, almServerName: ‘ST_HP_ALM_Server’, almTestSets: ‘’’* ‘’’, almTimeout: ‘1000000’, almUserName: ‘****’, areParametersEnabled: false, filterTestsModel: [blockedCheckbox: false, failedCheckbox: false, noRunCheckbox: false, notCompletedCheckbox: false, passedCheckbox: false, testName: ‘’], isSSOEnabled: false, specifyParametersModel: [parameterJson: ‘’]
Error:-
Starting test set execution
Test set name: ***, Test set id: 1234
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
Error: Could not create scheduler, please verify ALM client installation on run machine by downloading and in installing the add-in form:
Please confirm how can i execute HP ALM test set on RHEL maching decause plugin is genrate HpToolLauncer.exe to execute test sets on machine.