jenkinsci / jenkinsci/workflow-support-plugin
[JENKINS-57103] No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables()
- Dominant language
- Java
- Stars
- 23
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
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
---
Originally reported by xuyen, imported from: No signature of method: org.jenkinsci.plugins.workflow.job.WorkflowRun.getBuildVariables()
Raw content of original issue
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
Contributor guide
Assessment
This issue has not been assessed yet.