I've been debating if this should go to the users list, but because I'm trying to test my plugin development, I figured here might be better.
I've checked both the dev list and the user list for anything related to this, and so all I could find out was it was something todo with the bytecode transpiler or something. The saucelabs plugin uses 1.609.2 as its baseline, so when I went to test some pipeline support on the base version, I found through trial and error that it works in 1.633. Am I going to have to update the baseline version? Is there a way to tell hpi:run to run a more modern version of jenkins? Gavin Error: Started by user anonymous <http://localhost:8080/jenkins/user/null> java.lang.VerifyError: Expecting a stackmap frame at branch target 36 Exception Details: Location: org/jenkinsci/plugins/workflow/cps/CpsThread.<init>(Lorg/jenkinsci/plugins/workflow/cps/CpsThreadGroup;ILcom/cloudbees/groovy/cps/Continuable;Lorg/jenkinsci/plugins/workflow/cps/FlowHead;Lorg/jenkinsci/plugins/workflow/cps/ContextVariableSet;)V @27: ifeq Reason: Expected stackmap frame at this location. Bytecode: 0x0000000: 2ab7 002d 2abb 002f 59b7 0030 b500 322a 0x0000010: 2bb5 0034 2a1c 1202 b800 3899 0009 b500 0x0000020: 3aa7 0006 b500 3a2a 2bb6 0040 b600 4699 0x0000030: 000f bb00 4859 2d2a b700 4ba7 0004 2db5 0x0000040: 004d 2a19 04b5 004f 2a19 05b5 0051 b1 at org.jenkinsci.plugins.workflow.cps.CpsScript.<init>(CpsScript.java:63) at WorkflowScript.<init>(WorkflowScript) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:422) at java.lang.Class.newInstance(Class.java:442) at org.codehaus.groovy.runtime.InvokerHelper.createScript(InvokerHelper.java:408) at groovy.lang.GroovyShell.parse(GroovyShell.java:743) at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:106) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:376) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:343) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:212) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:381) Finished: FAILURE -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/852c66f3-d37a-4736-91ee-093bf0e8a9d3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
