Any RQM/Jenkins integration materials?
![]()
I heard Rational DevOps was working on RQM/Jenkins integration.
Is there any place I can get more materials? I want to know the architecture of the integration, what has been implemented and how to integrate into jenkins environment |
14 answers
![]()
Getting different error now,
Error: Unable to access jarfile RQMExecutionTool.jar C:\Program Files (x86)\Jenkins\workspace\Test4_RPT>exit 1 Build step 'Execute Windows batch command' marked build as failure Finished: FAILURE |
![]()
You mentioned you can run it from the command line. Could it be a permissions issue? Are you using the same user from Jenkins and the command line?
|
![]()
Hello,
Finally it is setup to run automated test cases through Jenkins. What i did is, Create a batch file with my command line script and placed it in RQMExecutionTool folder. In Jenkins, referred below. cd C:\RQMExecutionTool Execute1 (Bat file name) I dont know why it wasn't picking the commands directly from Jenkins item but the above worked. Thank you so much for your help. It really worked for me. :) |