-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
When entering the project, no error is reported, neither if you re-enter the
configure page after saving. However, when entering the configure page after
doing a build (whether successful or not), this is reported in red below the
field:
No such file: pom.xml
See also https://hudson.dev.java.net/servlets/ReadMsg?list=users&msgNo=6602
we are creating hudson jobs using remote API. with version 1.314 the new jobs
that are created always fails. When i try to open the configure i see the error
message. it happens only with version 1.314
No such file: pom.xml
The build output is something like
"ERROR: No such file <path to hudson job>/workspace/pom.xml
Perhaps you need to specify the correct POM file path in the project configuration?"
Actually the pom.xml is located at
<path to hudson job>/workspace/trunk/pom.xml it looks at one level above.