I am using jenkins multijob plugin to build my projects and deploy builds. Currently the structure is below
Multi Job Project 
  Build Phase  
    Project A
    **Project B**
    Project C
  Deploy Phase
    Project D
Each project is configured with git SCM & when I build Multijob project, It builds correctly.
I want to trigger Multijob project build on github push event on project B.   
 
    
 
    