18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

Build Error after integrating sahi.pro with Jenkins

noddynoddy Members
edited February 2013 in Sahi Pro
"Building in workspace /home/tools/Jenkins_workspace/workspace/SahiPro
FATAL: Unable to find build script at /home/tools/Jenkins_workspace/workspace/SahiPro/sahi_pro\jenkins.xml
Build step 'Invoke Ant' marked build as failure
Recording test results
Finished: FAILURE"
unable to find a good reference (Pdf/Videos) which would help me to Integrate Sahi.Pro with Jenkins successfully

Answers

  • kshitijitukshitijitu Moderators
    edited February 2013
    Jenkins was not able to find the jenkins.xml file, your jenkins.xml file should be relative to your workspace root directory (it is the global config for jenkins):
    e.g. if the "Workspace Root Directory" is "d:\dev\sahi\sahi_pro"
    the ant "Build File" path should be "sahi_pro/jenkins.xml"
  • kshitijitukshitijitu Moderators
    edited February 2013
    Path to find "Workspace Root Directory" field:

    Jenkins > Manage Jenkins > Configure System > Click Advance button near Home directory
  • Hi kshitijitu,
    Thanks for your reply, tried executing given steps and faced the following errors

    1. As i want to run Sahi scripts on Linux Environment and i have configured "Workspace Root Directory" as "/home/dev/dev_tools/Jenkins_workspace/sahi_pro"
    2. But not sure how to add ant "Build File" and
    3. Even unable to see jenkins.xml
Sign In or Register to comment.