Branch: refs/heads/step-in-groovy2
  Home:   https://github.com/jenkinsci/workflow-cps-plugin
  Commit: e33fffa71eb50212b896c5dd7c69787ca0a472f2
      
https://github.com/jenkinsci/workflow-cps-plugin/commit/e33fffa71eb50212b896c5dd7c69787ca0a472f2
  Author: Kohsuke Kawaguchi <k...@kohsuke.org>
  Date:   2016-09-20 (Tue, 20 Sep 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ingroovy/GroovyStepExecution.java

  Log Message:
  -----------
  Error handling improvement.

If someone tries to invoke a method outside expected context, don't try
to delegate to DSL, which will fail with NullPointerException.

Instead, behave like a non-dynamic Java object as if there's not
methodMissing/propertyMissing methods.


-- 
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