JobFanIn Plugin is not working as expected

248 Views Asked by At

I configured Job FanIn Plugin to create a pipeline when certain jobs where completed (diagram 1):

                              -----
                         ----|  C  |----
-------     -------     |     -----     |      ----
|  A  | --> |  B  | --> |               |---> | E  |
-------     -------     |     -----     |      ----
                         ----|  D  |----
                              -----

I did the configuration on Job E but it is not working at all and it is generating a double trigger of my job E (diagram 2):

                              -----      ----
                         ----|  C  |--->|  E |
-------     -------     |     -----      ----
|  A  | --> |  B  | --> |               
-------     -------     |     -----      ----
                         ----|  D  |--->|  E |
                              -----      ----

I was expecting the Diagram 1.

Jenkins Configuration

enter image description here

Jenkins Pipeline View

enter image description here

0

There are 0 best solutions below