Pass jira issue key and issue status to jenkins job through custom post function

Nagomi November 3, 2016

Hi,

I am new to groovy script and I used the following script to trigger jenkins job

import com.atlassian.jira.issue.Issue
def launch= ["wget", "--auth-no-challenge", "--user=username", "--password=password", "https://jenkins.com/vz/job/VZW.MYV.JIRA.test/build?token=jira&delay=0sec&JiraIssue=${issue.key}"].execute().text;
println launch

this will trigger when the issue has been closed. Without passing JiraIssue parameter am able to call jenkins job once adding the parameter it is not triggering the jenkins job, but I need  to pass issue key and the status of issue to Jenkins job.
Any suggestions for this problem

 

 

3 answers

1 vote
Nagomi November 3, 2016

I want to know the syntax what I am using in custom post function is correct and how to pass issue status and assignee in the Jenkins url like passing issue key

0 votes
nanda kumar D November 20, 2017

Try buildwithParameters? instead just build

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2016

This should be a question that you should ask in the Jenkins forums right?

Suggest an answer

Log in or Sign up to answer