This problem is buzzing in my ears from past 1 hour.
how do I have to invoke a project while creating a build job in jenkins.
By using Freestylebuild I create a build job. I give build name, description, add maven, add subversion path and save it. The main problem is I dont find the link between this build and my project.
To ask much simpler How to create a build job for my java project. While creating build where should I specify my project in the build ??
Pls. Any appropriate answers will be appreciated
Thanks
When you create a job, do you see this section ?
Just click on
Add build stepand choose cmd/shell/maven – whataver script your project uses for a build.