How to add new line to description in Jenkins
how to add new line to description in Jenkins, when I change it programmatically? I have tried something like this: job.builds[0].description = "hello" << '\n' << "world" and Console