Am trying to integrate Jenkins with Maven without Plugin -
I created Simple Maven Job with Build step 'Invoke top-level Maven targets' -
Build Failed with below error -
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] Done
[MavenJob] $ cmd.exe /C "mvn -f C:\Users\sony\eclipse-workspace\jenkins\pom clean test package && exit %%ERRORLEVEL%%"
POMM file "C:\Users\sony\eclipse-workspace\jenkins\pom" specified the -f/--file command-line argument does not exist
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE
please help
-f/--file command-line argument
at"C:\Users\sony\eclipse-workspace\jenkins\pom"
does not exist. You either have the path wrong or are missing the file extension. Is the file there? - Ian W