Multiple subprojects and platforms and the jenkins
4 views
Skip to first unread message
Maciej Piechotka
unread,
Sep 2, 2016, 9:40:17 PM9/2/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,
I've started trying to replace my various ad-hoc scripts with Jenkins. However I'm new to it and I'm not sure how to set up following scenario:
I have a number of branches which are changing relatively frequently
I have a number of sub-projects for which I have one-line makes to build
Some of projects have dependencies to other projects (i.e. they assume that previous one has been build)
Since projects are quite large I'd prefer to keep temporary files in place to keep it incremental
Because of matrix explosion and duplication I don't think it is wise to create it all by hand. How can I do it? is there any way to do it programatically?