Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
Description
Maybe see https://github.com/jenkinsci/pipeline-plugin/blob/master/COMPATIBILITY.md for details.
Currently publish-over-cifs does not show up as a top level step and also does not show up as a General Build Step (under step).
Hi alexkoepke,
I run into the issue as well. It is related to declarative pipeline. I am still figuring out what exactly goes wrong.
As a workaround you can wrap the cifsPublisher step in a script block
or set the parameter to null (that is what happens when the step is called from a scripted pipeline):
xx