-
Bug
-
Resolution: Unresolved
-
Major
-
None
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
[JENKINS-57103] No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables()
Assignee | New: Sam Van Oort [ svanoort ] |
Description |
Original:
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 |
New:
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 |
Assignee | Original: Sam Van Oort [ svanoort ] |