-
Improvement
-
Resolution: Unresolved
-
Critical
-
None
I am trying to use this plugin to post each pipeline state result to associated user stories. I have parent child based pipeline (not pipeline as code). Developer mention Jira ticket number in GIT commit comment and plugin reads Jira ticket from comment and it successfully post first job status to provided Jira ticket . Issues are:
- If first job of pipeline is re-triggered without change in GIT, This plugin doesn't post results to user story
- This plugin doesn't post results of any child job in pipeline to provided Jira ticket
Below are stages in pipeline
Stage -1 : Clone application code and build. Post build status to ticket(s) mentioned in GIT commit comment
Stage - 2 : Run code quality. This plugin fails to post code quality results as ticket number is not propagated from parent job to this second job
Stage - 3: Deployment. For same reason, This plugin will not post deployment status to associated ticket as well
FYI - Plugin doesn't pass on ticket number in Pipeline As Code from stage to stage
[JENKINS-60860] Jira ticket number propagation to child jobs
Description |
Original:
I am trying to use this plugin to post various pipeline states result to associated user stories. Using parent child based pipeline (not pipeline as code). Plugin reads user story number from GIT commit comment. It successfully post result of first job in pipeline. Issues are: * If first job of pipeline is re triggered, This plugin doesn't post results to user story * This pipeline doesn't post results of any child job in pipeline Below are stages in pipeline Stage -1 : Close code and compile. Post build status to user mentioned in GIT commit comment Stage - 2 : Run code quality. This plugin fails to post code quality results as user story number is not propagated from parent jobs Stage - 3: Deployment. For same reason, This plugin will not post deployment status to associated user story FYI - Plugin doesn't pass on user story value in Pipeline As Code from stage to stage |
New:
I am trying to use this plugin to post each pipeline state result to associated user stories. I have parent child based pipeline (not pipeline as code). Developer mention Jira ticket number in GIT commit comment and plugin reads Jira ticket from comment and it successfully post first job status to provided Jira ticket . Issues are: * If first job of pipeline is re-triggered without change in GIT, This plugin doesn't post results to user story * This plugin doesn't post results of any child job in pipeline to provided Jira ticket Below are stages in pipeline Stage -1 : Clone application code and build. Post build status to ticket(s) mentioned in GIT commit comment Stage - 2 : Run code quality. This plugin fails to post code quality results as ticket number is not propagated from parent job to this second job Stage - 3: Deployment. For same reason, This plugin will not post deployment status to associated ticket as well FYI - Plugin doesn't pass on ticket number in Pipeline As Code from stage to stage |