[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2019-09-25 Thread ovidiu....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ovidiu-Florin Bogdan commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 It's not the same issue. I was not declaring a scripted variable in a declarative stage, and using it in another script bloc in another declarative stage. Declaring the variable at the beginning before opening the pipeline block, fixed the issue.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.193525.1536104702000.4645.1569400980550%40Atlassian.JIRA.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2019-09-25 Thread ovidiu....@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Ovidiu-Florin Bogdan commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Hello, I'm reproducing these simptoms with 1.62. Could this be the same issue?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.13.6#713006-sha1:cc4451f)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.193525.1536104702000.4623.1569399660483%40Atlassian.JIRA.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-13 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Chen Fliesher - I reproduced that exact error with Script Security 1.45 installed, but could not reproduce it with Script Security 1.46. You should be fine with 1.46.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-13 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Chen Fliesher - that error showed up with 1.46 installed?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-06 Thread chen...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Chen Fliesher commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Still had some issues and had to revert to 1.44 version manually, I am using the Kubernetes-plugin 1.12.4 As part of groovy you can use the following script (define a jenkins-agent as a pod with dockers) String label="worker-${UUID.randomUUID().toString()}" podTemplate(label: label, containers: [  containerTemplate(name: 'jnlp', image: 'jenkinsci/jnlp-slave:3.16-1', args: '${computer.jnlpmac} ${computer.name}', workingDir: '/home/jenkins', resourceRequestCpu: '200m', resourceLimitCpu: '800m', resourceRequestMemory: '256Mi', resourceLimitMemory: '2048Mi'), containerTemplate(name: 'helm', image: 'lachlanevenson/k8s-helm:v2.7.2', command: 'cat', ttyEnabled: true) ]) { As a result when I am running I got the following excepiton [Pipeline] End of Pipeline groovy.lang.MissingPropertyException: No such property: containerTemplate for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onMethodCall(SandboxInterceptor.java:130) at org.kohsuke.groovy.sandbox.impl.Checker$1.call(Checker.java:155) at org.kohsuke.groovy.sandbox.impl.Checker.checkedCall(Checker.java:159) at com.cloudbees.groovy.cps.sandbox.SandboxInvoker.methodCall(SandboxInvoker.java:17) at WorkflowScript.run(WorkflowScript:3) at __cps.transform__(Native Method) at com.cloudbees.groovy.cps.impl.ContinuationGroup.methodCall(ContinuationGroup.java:57) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.dispatchOrArg(FunctionCallBlock.java:109) at com.cloudbees.groovy.cps.impl.FunctionCallBlock$ContinuationImpl.fixArg(FunctionCallBlock.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.dispatch(CollectionLiteralBlock.java:55) at com.cloudbees.groovy.cps.impl.CollectionLiteralBlock$ContinuationImpl.item(CollectionLiteralBlock.java:45) at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at com.cloudbees.groovy.cps.impl.ContinuationPtr$ContinuationImpl.receive(ContinuationPtr.java:72) at com.cloudbees.groovy.cps.impl.ConstantBlock.eval(ConstantBlock.java:21) at com.cloudbees.groovy.cps.Next.step(Next.java:83) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:174) at com.cloudbees.groovy.cps.Continuable$1.call(Continuable.java:163) at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:122) at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:261) at com.cloudbees.groovy.cps.Continuable.run0(Continuable.java:163) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.access$101(SandboxContinuable.java:34) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.lambda$run0$0(SandboxContinuable.java:59) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.GroovySandbox.runInSandbox(GroovySandbox.java:108) at org.jenkinsci.plugins.workflow.cps.SandboxContinuable.run0(SandboxContinuable.java:58) at 

[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread jirka.melu...@seznam.cz (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jiri Meluzin commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
  thanks for quick fix, works for me  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Released, propagating to the update center now.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Merged, releasing 1.46 as we speak. Again, I'm very sorry for introducing this!  
 

  
 
 
 
 

 
 Jenkins /  JENKINS-53420  
 
 
  groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 In Review Resolved  
 
 
Resolution: 
 Fixed  
 
 
Released As: 
 script-security 1.46  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 PRs up with the fix in script-security and validation of the fix in workflow-cps.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53420  
 
 
  groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 In  Progress  Review  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 99% sure I have the fix - just finishing test runs now.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer started work on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Status: 
 Open In Progress  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread r.fuere...@xortex.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Reinhold Füreder updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53420  
 
 
  groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
Change By: 
 Reinhold Füreder  
 
 
Priority: 
 Critical Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread stephan.lei...@bsiag.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Stephan Leicht Vogt commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Please push version 1.44 as new version or fix soon. Because if one installs a new jenkins instance downgrading plugin versions is not a easy step.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-05 Thread thomas.becke...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Thomas Becker commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Am facing the same error. We rolled back to 1.44 for now. I marked JENKINS-53424 as a duplicate. Thx for the work and fix in advance Andrew.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread halk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 HA~  its so obvious after the fact eh.   Its pretty easy to roll back to a previous version, and hopefully if anyone else gets this bug they'll see this issue, so I think it can easily wait for abit.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Ugh I see exactly what I did wrong, too. Sorry for the inconvenience.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Likely due to https://github.com/jenkinsci/script-security-plugin/commit/6d1e02606d0803eb1445bd96b8f0ba342abb2864 - sigh. I missed something. I’ll get it fixed ASAP tomorrow morning.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread andrew.ba...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Andrew Bayer updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53420  
 
 
  groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Well, that’s not good at all. I’ll dig into this first thing tomorrow.  
 

  
 
 
 
 

 
Change By: 
 Andrew Bayer  
 
 
Issue Type: 
 Improvement Bug  
 
 
Priority: 
 Minor Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread halk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan commented on  JENKINS-53420  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
 Switching to http://archives.jenkins-ci.org/plugins/script-security/1.44/script-security.hpi made the script run again.    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-53420) groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding

2018-09-04 Thread halk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Gavin Mogan created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-53420  
 
 
  groovy.lang.MissingPropertyException: No such property: node for class: groovy.lang.Binding   
 

  
 
 
 
 

 
Issue Type: 
  Improvement  
 
 
Assignee: 
 Andrew Bayer  
 
 
Components: 
 script-security-plugin  
 
 
Created: 
 2018-09-04 23:45  
 
 
Environment: 
  Plugin Listace-editor 1.1 true  ansicolor 0.5.2 true  apache-httpcomponents-client-4-api 4.5.5-3.0 true  authentication-tokens 1.3 true  aws-credentials 1.23 true  aws-java-sdk 1.11.341 true  azure-app-service 0.3.1 true  azure-commons 0.2.6 true  azure-credentials 1.6.0 true  blueocean 1.8.2 true  blueocean-autofavorite 1.2.2 true  blueocean-bitbucket-pipeline 1.8.2 true  blueocean-commons 1.8.2 true  blueocean-config 1.8.2 true  blueocean-core-js 1.8.2 true  blueocean-dashboard 1.8.2 true  blueocean-display-url 2.2.0 true  blueocean-events 1.8.2 true  blueocean-git-pipeline 1.8.2 true  blueocean-github-pipeline 1.8.2 true  blueocean-i18n 1.8.2 true  blueocean-jira 1.8.2 true  blueocean-jwt 1.8.2 true  blueocean-personalization 1.8.2 true  blueocean-pipeline-api-impl 1.8.2 true  blueocean-pipeline-editor 1.8.2 true  blueocean-pipeline-scm-api 1.8.2 true  blueocean-rest 1.8.2 true  blueocean-rest-impl 1.8.2 true  blueocean-web 1.8.2 true  bouncycastle-api 2.17 true  branch-api 2.0.20 true  cloudbees-bitbucket-branch-source 2.2.12 true  cloudbees-folder 6.5.1 true  command-launcher 1.2 true  credentials 2.1.18 true  credentials-binding 1.16 true  display-url-api 2.2.0 true  docker-build-publish 1.3.2 true  docker-build-step 2.0 true  docker-commons 1.13 true  docker-java-api 3.0.14 true  docker-plugin 1.1.5 true  docker-workflow 1.17 true  durable-task 1.25 true  ec2 1.39 true  email-ext 2.63 true  favorite 2.3.2 true  git 3.9.1 true  git-client 2.7.3 true  git-server 1.7 true  github 1.29.2 true  github-api 1.92 true  github-autostatus 3.0.1 true  github-branch-source 2.3.6 true  github-oauth 0.29 true  github-pr-comment-build 2.0 true  github-pr-coverage-status 1.10.0 true  github-pullrequest 0.2.3 true  greenballs 1.15 true  handlebars 1.1.1 true  handy-uri-templates-2-api 2.1.6-1.0 true  html5-notifier-plugin 1.5 true  htmlpublisher 1.16 true  http_request 1.8.22 true  icon-shim 2.0.3 true  jackson2-api 2.8.11.3 true  javadoc 1.4 true  jdk-tool 1.1 true  jenkins-design-language 1.8.2 true  jira 3.0.1 true  jquery-detached 1.2.1 true  jsch 0.1.54.2 true  junit 1.24 true  mailer 1.21 true  matrix-auth 2.3 true  matrix-project 1.13 true  maven-plugin 3.1.2 true  mercurial 2.4 true  momentjs 1.1.1 true  node-iterator-api 1.5.0 true  nunit 0.23 true  pipeline-build-step 2.7 true  pipeline-graph-analysis 1.7 true