| When I read secrets using Vault Plugin from both Freestyle and Pipeline jobs, if secrets contains new lines e.g. '\n'. it gets substituted to space characters. In vault JSON: {"key1": "multi lines contents\nsecond lines"} when it's been read from Vault plugin to a job, "multi lines contents second lines" Please let me know if you need further detail. Thanks in advanced. |