|
I am using Jenkins and Ant to run my selenium tests. It works
fine when I run them on my local machine.
Now I have a Jenkins server which is on a different location and I have
to run my tests on that server.
when I tried to run the tests on that server Its is failing because it
couldn't find the build.xml file. can you please let me know how can I
change the home directory path? The home directory path in the server was set to /var/lib/jenkin and my build.xml is in c:/ drive of my machine the error it is showing is Started by user :**** Building in workspace /var/lib/jenkins/jobs/moveon4 java tests/workspace FATAL: Unable to find build script at C:\selenium tests for move\movetests1\build.xml Build step 'Invoke Ant' marked build as failure Finished: FAILURE Regards praneeth |
From: praneeth <praneet...@rediffmail.com>
To: jenkins...@googlegroups.com
Sent: Sunday, August 26, 2012 7:16 AM
Subject: jenkins Unable to find build script at C:/
[INFO] Building PORTAIL ASSURES CORE
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.apache.maven.plugins:maven-site-plugin
Reason: POM 'org.apache.maven.plugins:maven-site-plugin' not found in repository: System is offline.
org.apache.maven.plugins:maven-site-plugin:pom:2.0-beta-7
for project org.apache.maven.plugins:maven-site-plugin
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Mon Aug 27 11:29:53 CEST 2012
[INFO] Final Memory: 1M/57M
[INFO] ------------------------------------------------------------------------
Build step 'Invoquer les cibles Maven de haut niveau' marked build as failure
Finished: FAILURE