Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

1 vote



14 answers

Permanent link
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?

0 votes

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.


Permanent link
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

0 votes


Permanent link
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?

0 votes


Permanent link
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. :)

0 votes

1–15 items
page 2of 1 pagesof 2 pages

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,134
× 383

Question asked: Feb 20 '13, 2:32 a.m.

Question was seen: 21,756 times

Last updated: Jan 10 '18, 9:50 p.m.

Related questions
Confirmation Cancel Confirm