Regarding Jenkins Distributed build Vs Maven Parallel build
50 views
Skip to first unread message
Foyzul Hassan
unread,
Apr 18, 2016, 5:14:18 PM4/18/16
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
to Jenkins Users
Hi,
For our research work we need to build large open source projects and in that regard we are planning to have distributed Jenkins build system. But I found that maven is already providing parallel build support. So, we thinking about advantage of Jenkins Distributed build over maven parallel build.
Can you please clarify the advantage of Jenkins Distributed build over maven parallel build as for distributed build there are some infrastructure cost for distributed build?
Thanks & Regard, Foyzul Hassan
Foyzul Hassan
unread,
Apr 22, 2016, 3:10:54 AM4/22/16
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
to Jenkins Users
Hi All,
Seems that Maven automatically partitions source code and perform parallel processing software building and testing. Here is the reference link: