1

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

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Robert
  • 10,403
  • 14
  • 67
  • 117
  • Also experiencing this issue! Did you find a way to resolve it? Any help would be appreciated. – smur89 Aug 29 '18 at 11:40

0 Answers0