Custom build plugin parallel run

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      Hello,

      I have the custom build jenkins pipeline compatible plugins for deployment of packages in aws instances. I wish to deploye packages on different instances  parallely in pipeline mode using the below script 

      parallel ( "stream 1" : { node { //my plugin call } }, "stream 2" : { node { //my plugin call } } )

       

      But still I see thje plugin is getting executed sequentially, like stream 1 first and stream 2 second. Is that plugin objects are not getting created in parallel way by jenkins. Do i need to have any config changes in Plugin to support the same.

      I see GIT and sonarqube plugins for jenkins 2.0 support parallel run. Please advice what changes to be in plugin end to execute the runs parallely.

            Assignee:
            Unassigned
            Reporter:
            Manojkumar V
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: