Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: electricflow-plugin
-
Labels:None
-
Environment:Jenkins: 2.46.2. ElectricFlow Plugin: 1.1.2
-
Similar Issues:
Description
I'm trying to call Run Pipeline in ElectricFlow from a Jenkins pipeline but cannot get it to work. It seems it's not supported by the plugin.
Pipeline code:
step([$class: 'ElectricFlowPipelinePublisher', configuration: 'MyEFConf', projectName : 'MyProject', pipelineName : 'MyPipeline', addParam : '{"pipeline":[{"pipelineName":"MyPipeline","parameters":[]}]}' ])
Thanks for clarification Marcus Philip
Looking into the solution and will provide an ETA soon.