| In our Jenkins pipeline script we pass sensitive environment variables into the pod which come out of the job parameters. This sensitive information is unfortunately disclosed via the log. #459 / JENKINS-57116 introduced the option showRawYaml but this does not seem to take effect within a Jenkins pipeline when using podTemplate(showRawYaml: false, ...) Would be great to make this available. |