Escaping parameters with white space in the docker .withRun command in Jenkins declarative pipeline
问题 Currently unable to get my head around how to correctly pass my parameters from Jenkins, to the docker .withRun function, in Jenkins Docker Plugin (specifically in declarative pipelines), which contain whitespace. Tried an unknown amount of methods to get this working and currently at a loss. See code below stage('Send Notifications') { steps { // Send a notification based on the parameters passed script { docker.withRegistry(registry, registryCredentials) { // echo "${TITLE}" docker.image(