-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: workflow-cps-global-lib-plugin
-
workflow-cps-global-lib 2.10, workflow-basic-steps 2.8.1, workflow-basic-steps 2.10
Trying to store png file in resources (project logo, common for all pipelines using shared library) and deploy it from there using:
Â
writeFile file: "logo-96x96.png", text: libraryResource("logo-96x96.png")
Â
but the file is no longer readable after this operation.
Is there additional parameter I could use (libraryResource has no documented parameters) or is there other suitable way of achieving this functionality?
Â
Â