I have below things:
I have copied project in my Jenkins server which contains:
drwxr-xr-x 2 tomcat tomcat 4096 Jan 12 06:28 bin
drwxr-xr-x 2 tomcat tomcat 4096 Jan 12 06:28 lib
-rwxr-xr-x 1 tomcat tomcat 47 Jan 12 06:28 Run.bat
drwxr-xr-x 3 tomcat tomcat 4096 Jan 12 06:28 src
-rwxr-xr-x 1 tomcat tomcat 288 Jan 12 06:28 testng.xml
drwxr-xr-x 6 tomcat tomcat 4096 Jan 12 06:28 test-output
I want to run this project in Jenkins. Anyone can pls suggest here?
Note: currently I don't have pom.xml in my project as i just want to run a demo.