Hi,

I'm trying to create an Ivy build project in Jenkins to build part of our 
application, and things don't seem to be behaving as I would expect.

I have several modules in my workspace with a layout similar to below:

- project_build 
  - build.xml
  - ivysettings.xml
  - build.properties
- moduleA
  - build.xml
  - ivy.xml
  - src
- moduleB
 - build.xml
 - ivy.xml 
 - src

the project_build contains common build files, and the rest of the modules 
result in the creation of a JAR.  I've correctly configured the plugin to 
exclude the project_build, and to build all of the modules when I'm NOT 
building them as separate jobs.

However, once I enable the "build as separate jobs" checkbox, the build 
ends up failing.  

When investigating the build, I can see that it correctly recognizes each 
individual module. In the build's console, I see "Triggering 
com.acme:moduleA" and "com.acme:moduleB" followed by success.  However, 
when I look at an individual module I see a project name of 
"JenkinsJobName/com.acme:module, and attempting to view the workspace I get 
an error indicating there is no workspace.  When I attempt to view the 
console output for one of the module's builds, I see only a single line 
along the lines of "No such file 
E:\jenkins_workingdir\jobName\com.acme:module\builds\<timestamp>\log".

Any help would appreciated it.

(I'm currently running Jenkins 1.555 and Ivy Plugin 1.24)

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to