-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: electricflow-plugin
-
None
-
Environment:Jenkins: 2.46.2. ElectricFlow Plugin: 1.1.2
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":[]}]}' ])