Any RQM/Jenkins integration materials?
14 answers
Oscar,
Java was installed and configured correctly. Problem seems to be on Jenkins end as i have run the same script on CMD and it start executing my test cases.
I have restarted the Jenkins service as well and tried again through Jenkins but it still failed with the same error. where as the script works fine on command line.
any guess?
Java was installed and configured correctly. Problem seems to be on Jenkins end as i have run the same script on CMD and it start executing my test cases.
I have restarted the Jenkins service as well and tried again through Jenkins but it still failed with the same error. where as the script works fine on command line.
any guess?
Comments
remember that jenkins does NOT pass the system environment variables to the started tasks.. you must add java to the toolset in jenkins and add it to the path and env variables to be used...
Hi Sam,
can you mention where it should be set in the jenkins? I dont see any option in "Manage Jenkins" page to add java and environment variables.
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. :)
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. :)
page 2of 1 pagesof 2 pages