-
Story
-
Resolution: Unresolved
-
Blocker
-
None
Hi,
I am have two separated projects "Mobile test automation app" and "Mobile test automation framework", the first one using some java classes from the framework project , when I am running the jobs in jenkins, it seems that the first project could not find called element from the second project.
I have got just an exception and mark it as borken in the test result generation.
Without Jenkins I never get NoClassDefFoundError. But when I used jenkins I got.
Build time there is no issue.
So what is going on in this situation? its jenkins related issue or javas issue?
Best regards,
Salhi
[JENKINS-38020] Jenkins job could not find javaclass between two projects
Description |
Original:
Hi, I am have two separated projects "Mobile test automation app" and "Mobile test automation framework", the first one using some java classes from the framework project , when I am running the jobs in jenkins, it seems that the first project could not find called element from the second project. The jobs are marked as broken in jenkins, the only solution I did is to create a new ondemand jobs for my failed. Is there a better solution that can allow me to prevent using ondemand jobs? Best regards, Salhi |
New:
Hi, I am have two separated projects "Mobile test automation app" and "Mobile test automation framework", the first one using some java classes from the framework project , when I am running the jobs in jenkins, it seems that the first project could not find called element from the second project. I have got just an exception and mark it as borken in the test result generation. Without Jenkins I never get NoClassDefFoundError. But when I used jenkins I got. Build time there is no issue. So what is going on in this situation? its jenkins related issue or javas issue? Best regards, Salhi |