You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hello,
We have a large, multi-module maven project that we're attempting to build incrementally, based on SCM changes. Using either Jenkins' built-in incremental-build option or scm-changes-updates-maven-extension we're able to limit the build to just those modules that changed, but the overall status of the job is "NOT_BUILT". How can we build incrementally and get Jenkins to recognize a build that only built a subset of the modules in the project as "successful"?
Thanks,
-Jason Terk
Indra Gunawan (ingunawa)
unread,
Nov 5, 2015, 2:16:27 PM11/5/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
We tried using scm-changes-updates-maven-extension with a git repository; we had to change it slightly to work with maven 3.2.
We've also tried using the Job type option you mentioned.
In both cases unmodified modules are correctly skipped (and those dependencies are loaded from our internal maven repository) and the overall job status is "NOT_BUILT".