Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: 27b0421f3d139bd967928d5edd041b27b18214e2
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/27b0421f3d139bd967928d5edd041b27b18214e2
  Author: Daniel Carrington <daniel.carring...@hpe.com>
  Date:   2019-03-22 (Fri, 22 Mar 2019)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/ParamsVariable/help.jelly

  Log Message:
  -----------
  [JENKINS-56688] Recommend Map.getOrDefault() over Map.get()

Groovy Map.get(Object, Object) tries to modify the Map.
Using getOrDefault() instead avoids modifying the Map.


  Commit: 6dd12c21c42572058b1a75a72963c706a661d7c1
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/6dd12c21c42572058b1a75a72963c706a661d7c1
  Author: Devin Nusbaum <dwnusb...@users.noreply.github.com>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M 
src/main/resources/org/jenkinsci/plugins/workflow/cps/ParamsVariable/help.jelly

  Log Message:
  -----------
  Merge pull request #275 from daniel-carrington/master

[JENKINS-56688] Recommend Map.getOrDefault() over Map.get()


Compare: 
https://github.com/jenkinsci/workflow-cps-plugin/compare/40d7409b5011...6dd12c21c425

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to