-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
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":[]}]}' ])