RE: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-13 Thread Reinhold Füreder
ent: Mittwoch, 13. Jänner 2021 22:39 To: Jenkins Users Subject: Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException Hi Reinhold, Thanks for your suggestion! I just tried to use non-named arguments: jiraComment('FREF-363', 'My super jira comment') But

Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-13 Thread ST
t; step documentation. If so, you may want to make a little PR with the > updated usage? > > > > > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *ST > *Sent:* Montag, 4. Jänner 2021 22:17 > *To:* Jenkins Users > *Subject:* Re: jiraComment pipeline step throwing

RE: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-12 Thread Reinhold Füreder
to make a little PR with the updated usage? From: jenkinsci-users@googlegroups.com On Behalf Of ST Sent: Montag, 4. Jänner 2021 22:17 To: Jenkins Users Subject: Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException Yes, we have installed latest version of jira plu

Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-04 Thread ST
Yes, we have installed latest version of jira plugin 3.1.3. Also I am successfully calling jiraSearch() method from the same plugin a few lines above in the same scripted pipeline. FYI Here is the documentation of the Pipeline API of the jira plugin: https://github.com/jenkinsci/jira-plugin/blob/m

Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-04 Thread Arnaud bourree
Did you chek if you have Jira plugin installed? Arnaud Le dim. 3 janv. 2021 à 22:06, ST a écrit : > Anyone has any idea why jiraComment(issueKey, body) is not working for us > in scripted pipeline, see below for exception message? > > Anyone that can confirm that it works fine in a scripted pip

Re: jiraComment pipeline step throwing groovy.lang.MissingMethodException

2021-01-03 Thread ST
Anyone has any idea why jiraComment(issueKey, body) is not working for us in scripted pipeline, see below for exception message? Anyone that can confirm that it works fine in a scripted pipeline with latest version of Jenkins and jira plugin? Otherwise I will file a bug issue in the next days. Th

jiraComment pipeline step throwing groovy.lang.MissingMethodException

2020-12-23 Thread ST
I am trying to add a comment to a jira issue from my scripted pipeline with this command: jiraComment(issueKey: 'FREF-363', body: 'My super jira comment') And I'm getting the following error: 17:07:25 Caught exception (exception: 'groovy.lang.MissingMethodException: No signature of method: java.l