>
> Error when executing always post condition:
> java.lang.NoSuchMethodError: No such DSL method 'jiraNewIssue' found among
> steps
>
> *jiraNewIssue *is defined under JIRA plugin, please make sure you have
installed the right JIRA plugin @ your's Jenkins setup.
Regards,
Anish Choudhary
On Tu
Thanks Anish for the reply.
while runing the script provided ,i ended up in
Error when executing always post condition:
java.lang.NoSuchMethodError: No such DSL method 'jiraNewIssue' found among
steps
i am new bee.I tried debugging but could not trace back
pipeline {
agent any
stag
Hi Touseef,
As excepted JIRA issue can be created in pipeline projects, using
Jenkinsfile (assuming you are known of Jenkinsfile [pipeline steps written
in groovy language]). Anyway we can use the following syntax (code Snippet)
to implement it :
//-
I want to Create Jira Issue on Build Failure through *Jenkins pipeline*.I
am able to achive this help in freestyle projects.
Can anyone help me in integrating the create jira issue in jira
automatically via pipeline syntax when jenkins build fails.
--
You received this message because you are