Re: Integrating jira issue creator in jenkins pipeline

2019-11-11 Thread Anish Choudhary
> > 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

Re: Integrating jira issue creator in jenkins pipeline

2019-11-11 Thread touseef
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

Re: Integrating jira issue creator in jenkins pipeline

2019-11-11 Thread Anish Choudhary
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 : //-

Integrating jira issue creator in jenkins pipeline

2019-11-10 Thread touseef
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