Branch: refs/heads/master Home: https://github.com/jenkins-infra/jenkins.io Commit: f81840c3554fa7b6ea55ba6339de1cad1265f193 https://github.com/jenkins-infra/jenkins.io/commit/f81840c3554fa7b6ea55ba6339de1cad1265f193 Author: Michael Tughan <mtug...@gmail.com> Date: 2021-04-30 (Fri, 30 Apr 2021)
Changed paths: M content/doc/developer/plugin-development/pipeline-integration.adoc Log Message: ----------- Use correct method in example @DataBoundSetter (#4318) If a plugin is wanting an optional field to be null if it's not set, it will need to use Util.fixEmpty (which will coerce a null or empty string to null) instead of Util.fixNull (which will coerce a null string to an empty string). Fix the example so it works properly. -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/jenkins.io/push/refs/heads/master/50eff8-f81840%40github.com.