-1

i have been trying to integrate Jenkins with GibHub repository where all my selenium scripts are located. Just for automated testing at particular time. I did some research and it's possible by creating ANT(build.xml) file of your project. i was trying to create one by project>export>general>ant in eclipse but it doesn't show up in my workspace. Am i doing anything wrong?

LearningCode
  • 59
  • 1
  • 1
  • 11

1 Answers1

0

You haven't done enough configuration settings to auto generate build.xml .In my opinion you should use already written build.xml for your project. Even you want to learn about ant and build.xml then I think this is the good place to get valuable knowledge. Click Here

Any way to generate ant build.xml file automatically from Eclipse?

build.xml in Java project

Community
  • 1
  • 1
Priyanshu
  • 3,040
  • 3
  • 27
  • 34