-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Windows Server 2003, Jenkins 1.409, Maven 2.2.1, Java 1.6
Hello,
The architecture of the project is not a "normal" one:
- /
- project 1
- pom.xml
- src
- project 2
- pom.xml
- module 1
- pom.xml
- ...
- module 2
- pom.xml
- ...
- ...
- project 1
in the job configuration, we specify a pom (project 2/module 2/pom.xml) to use to build the part of the project (goal clean deploy site).
In the Job page, there is the link to the site but it shows a 404 error. The url is "http://<server-name>/job/<job-name>/site" so I do not know where it looks for the site (but it is on the good server and it is the good job name).
Is it reproduced with a recent Jenkins version?
If yes, can you upload a zip file of the project to reproduce it?