Why is there a "https:" in your directory?

When you specify where you build.xml file is located, you specify
where it is checked out in relationship to the working directory,
and not the URL in your repository. Normally, you don't have to 
even specify where the build file is located as long as it's called
 "build.xml", and is in the root of your working directory. 

From what I can see with the error message, 
leave the "Build File" field empty, and it should work. 
If not, you may have to look at the workspace
To find your build.xml file. 

--
David Weintraub
da...@weintraub.name

On Aug 27, 2012, at 11:26 AM, praneeth <praneeth.ku...@rediffmail.com> wrote:

> Hi ,
> 
> when i run the bild in the jenkins I am getting the following error:
> 
> Started by user *******
> Building in workspace /var/lib/jenkins/jobs/moveon4/workspace
> Updating https://svn.qsu-dev.com/svn/moveon4-javatests/trunk/moveon4tests1
> At revision 86
> no change for 
> https://svn.qsu-dev.com/svn/moveon4-javatests/trunk/moveon4tests1 since the 
> previous build
> FATAL: Unable to find build script at 
> /var/lib/jenkins/jobs/moveon4/workspace/https:/svn.qsu-dev.com/svn/moveon4-javabrowsertests/trunk/moveon4tests1/build.xml
> Build step 'Invoke Ant' marked build as failure
> Finished: FAILURE
> 
> I have placed the build.xml file under   
> https:/svn.qsu-dev.com/svn/moveon4-javabrowsertests/trunk/moveon4tests1/build.xml
> but its always pointing to  
>  
> /var/lib/jenkins/jobs/moveon4/workspace/https:/svn.qsu-dev.com/svn/moveon4-javabrowsertests/trunk/moveon4tests1/build.xml
>   how can i change the workspace ???
> On Monday, 27 August 2012 12:37:34 UTC+1, praneeth wrote:
> Hi
> 
> Can you please let me know how can i set ant as a global environment variable 
> in jenkins configuration..?
> 
> Regards
> praneeth

Reply via email to