mohamicorp / stash-jenkins-postreceive-webhook

Webhook used to notify Jenkins when commits are made to Stash
Other
138 stars 100 forks source link

Multiple Jenkins Servers based on Branch #117

Open bcoveny opened 9 years ago

bcoveny commented 9 years ago

Would it be possible to have different Jenkins servers build different branches? So having multiple configurations based on branch. For example a development branch would call http://jenkinsdev/ URL and testing branch would call http://jenkinstest/ URL. We have multiple layers setup and we are just experimenting with Stash at this point and like plugin.

markottaviani commented 8 years ago

Not sure how far you've moved with this, but good practice here would really to have all these jobs on the same Jenkins master, and spread out your workload of actually running the jobs on Jenkins Slave nodes. Should make for a lot less confusing setup. :+1: