It was relatively easy to set up Jenkins to run Java Maven projects.
Now I’am trying to migrate a Java project that was built in Luntbuild using Apache ANT 1.7.1. with not so much success.
The Java code check out successfully but I get the following error when the build starts.
FATAL: Unable to find build script at /"repoAddress"/.../build.xml
Any tips to what I obviously done wrong?
Hard to tell without more info.
I would verify that the ant module points to the right build.xml file, and double check (browse the workspace) that it’s where I expect it to be.