leandron commented on pull request #8721:
URL: https://github.com/apache/tvm/pull/8721#issuecomment-900295490


   TL;DR:
   if you see `No such property: ci_lint_param for class: groovy.lang.Binding`, 
just force-push your PR again.
   
   ----
   
   It looks like for existing PRs, this change on the Jenkins file needs to be 
reloaded once in CI for each pipeline, and will need at least one re-run to 
make it work.
   
   In case you see this fail with the error below, **just force-push your PR 
again, and the error will go away.**
   
   ```
   groovy.lang.MissingPropertyException: No such property: ci_lint_param for 
class: groovy.lang.Binding
        at groovy.lang.Binding.getVariable(Binding.java:63)
        at 
org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxInterceptor.java:270)
        at org.kohsuke.groovy.sandbox.impl.Checker$7.call(Checker.java:353)
        at 
org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:357)
        at 
org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:333)
        at 
org.kohsuke.groovy.sandbox.impl.Checker.checkedGetProperty(Checker.java:333)
        at 
com.cloudbees.groovy.cps.sandbox.SandboxInvoker.getProperty(SandboxInvoker.java:29)
        at 
com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20)
        at WorkflowScript.run(WorkflowScript:128)
        at ___cps.transform___(Native Method)
        at 
com.cloudbees.groovy.cps.impl.PropertyishBlock$ContinuationImpl.get(PropertyishBlock.java:74)
   ...
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to