Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
Calling the getBuildVariables() method but got the error "hudson.remoting.ProxyException: groovy.lang.MissingMethodException:
No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables() is applicable for argument types: () values: []"
Note that, some jobs using FreeStyleBuild while others using WorkflowRun.
I'm newly on jenkin jira, so if any wrong please correct me.
Thanks
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Sam Van Oort [ svanoort ] |
Description |
Calling the getBuildVariables() method but got the error "hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables() is applicable for argument types: () values: []" Note that, some job name we can run successfully. The method getBuildVariables() do not belong to WorkflowRun. It should be FreeStyleBuild, but I don't know how to apply in my code. I'm newly on jenkin jira, so if any wrong please correct me. Thanks |
Calling the getBuildVariables() method but got the error "hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables() is applicable for argument types: () values: []" Note that, some jobs using FreeStyleBuild while others using WorkflowRun. I'm newly on jenkin jira, so if any wrong please correct me. Thanks |