Hello, 

We have a Jenkins sever with many dependencies between jobs: 
- Around 80 jobs
- Builds for windows, mac, ios, linux, android.
- Some jobs retrieve artifacts which are reused by other jobs.
- Some job will trigger downstream jobs.
- Usage of test results & coverage plugins
- ...

We are currently building only one branch : master and want to build 
another branch.

Because of all the dependencies, we cannot just add the new branch in the 
git plugin field 'Branches to build'.
This would mix binaries, test results from different branches and this is 
not acceptable.


I see 2 options :
 - duplicate all the jobs. Could go into Jenkins/jobs & script the 
duplication to keep dependencies.
 - duplicate the Jenkins server (it is a VM).

I think I'll go to option 2, but I'm interested to have feedback from 
Jenkins's users who faced the same problem.

What did you do ?

Thanks, 

Bertrand.

-- 
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/groups/opt_out.


Reply via email to