Questions tagged [jenkins-jira-trigger]

Jenkins JIRA Trigger is a Jenkins plugin that triggers a build when a certain condition is matched in JIRA.

Jenkins JIRA Trigger is a Jenkins plugin that triggers a build when a certain condition is matched in JIRA. For more information, go to: https://wiki.jenkins-ci.org/display/JENKINS/JIRA+Trigger+Plugin

28 questions
5
votes
5 answers

How to trigger a Jenkins job from a status change in Jira

I have been looking for a while now for a way to trigger a Jenkins job from the status or a ticket/story in Jira changing status. To give a more detailed example when my team moves a ticket to the 'ready for test' column we would like to be able to…
3
votes
1 answer

Jira Trigger plugin for Jenkins: Obtaining Value from issue object

I'm trying to set up some automation using Jenkins and Jira Trigger plugin for Jenkins. I've set up a web hook at Jira side which is able to invoke build on Jenkins as desired. I've a trouble with obtaining value for a custom field from incoming…
Vijayakumar Udupa
  • 1,115
  • 1
  • 6
  • 15
2
votes
1 answer

Trigger jenkins job via jira-trigger-plugin

I set the jenkins job to trigger via jira-trigger-plugin. But jenkins job is not triggered although it get the webhook event from JIRA. I checked things as below. Jenkins got the webhook event. I checked this on jenkins log. I tried to set various…
2
votes
1 answer

Managing Jira issues at Jenkins

I am using Jenkins JIRA plugin. When the job is done, I am creating new Jira version and then moving Resolved, Closed, Done jiras to this new version. But the problem is only Resolved and Done jiras are moved. The Closed one stays at old version.…
Dim
  • 4,527
  • 15
  • 80
  • 139
1
vote
0 answers

jira jenkins trigger is not working when jira trigger request from workflow transition

WebHookEvent is not captured when jira trigger the request from workflow transition, please let me know if we have any workround
1
vote
0 answers

JIRA trigger plugin is not working if Jenkins is configured with HTTPS

I have JIRA and Jenkins installed locally on my system. Jira is installed with http on port 8082 and Jenkins is configured with https on port 443. I have configured Jira Trigger Plugin which triggers Jenkins build if status is changed in JIRA, it…
1
vote
0 answers

Jenkins: use of jira-trigger with pipelines

I saw the jira-trigger-plugin for jenkins and i´m thinking about how to integrate this trigger under my jenkins pipeline environment. I have spent my last 2 days searching about this but without success. Someone know how to use this trigger with a…
Daniel Majano
  • 976
  • 2
  • 10
  • 18
1
vote
1 answer

Jenkins JIRA trigger multiple projects

Does the project name in Jenkins need to match the project name in JIRA in order for the the Jenkins JIRA Trigger to connect properly? Or is it simply looking for whatever you've set to trigger a build in Jenkins - ie comment, status, transition,…
Battles
  • 7
  • 1
0
votes
1 answer

Jenkins issue while adding jira site using OAuth

error seen while trying to test connection I am getting an error "Invalid input length 849" when I tried to test the connection with the Jira site in Jenkins. I tried to add the site in the Jenkins->configure system section using OAuth.But I can…
0
votes
1 answer

Jenkins JIRA Trigger Plugin Only Triggers 1 Job

I've setup a webhook trigger from JIRA to trigger a Jenkins job. This works fine for 1 particular Jenkins job, I can see the JIRA content coming in and the test Jenkins job runs fine. However I can't get any other jobs to run from the webhook. Even…
Eddy555
  • 31
  • 1
  • 7
0
votes
0 answers

Run multiple Jenkins jobs on single node(single machine)

I have a parametrised jenkins job which I trigger via a script. The job creates a VM instance and does its job on the VM. Now the number of actual machines I have is limited (I have 3 actual machines). So I want to run multiple jenkins jobs on a…
0
votes
1 answer

Traefik TLS handshake error from xx.xxx.xx.xxx:40748: EOF from Jira Webhook

I'm using traefik with jenkins docker image and I install there jira trigger plugin. I also created a webhook on Jira, but it doesn't run a jenkins job. The only logs I get are: traefik | time="2021-10-01T13:46:20Z" level=debug msg="Serving default…
Artur
  • 1
  • 2
0
votes
1 answer

Jira Trigger Logger location

anyone knows where are "com.ceilfors.jenkins.plugins.jiratrigger.webhook.JiraWebhook" logger location in windows machine ? where can I find the output file ?
Nahed
  • 31
  • 1
  • 4
0
votes
1 answer

Jenkins is not able to get values of JIRA field (Jira Trigger Plugin)

I am using Jira Trigger plugin with jenkins to trigger a jenkins job whenever Jira issue moves to "In Progress". I am passing some fields values of jira issue such as "issue key" and "Ant Method" (this is custom field) to jenkins. Below is my…
0
votes
1 answer

Jira-Trigger plugin is not triggering jenkins job with JQL filter

I am not able to trigger a jenkins build from jira if the jenkins job has a JQL filter. I have setup the JIRA Trigger configuration. If I leave the the JQL filter empty, then the job is being triggered. As soon as I put something on the JQL filed in…
mdl1999
  • 35
  • 3
1
2