Radek Antoniuk
Radek Antoniuk
As I have reported previously by chat, we are experiencing some strange behaviour in JIRA plugin at times. We have somewhat recently started using jira plugin to allow jenkins users...
Jira plugin does not work inside promotion block (outside of it works fine) FATAL: Unable to release jira version RELNOTE-5.0.0/RELNOTE: java.lang.NullPointerException java.lang.NullPointerException at hudson.plugins.jira.VersionReleaser.perform(VersionReleaser.java:33) at hudson.plugins.jira.JiraReleaseVersionUpdaterBuilder.perform(JiraReleaseVersionUpdaterBuilder.java:52) at hudson.plugins.promoted_builds.Promotion$RunnerImpl.build(Promotion.java:344) at hudson.plugins.promoted_builds.Promotion$RunnerImpl.doRun(Promotion.java:286)...
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...
Hello, I have job with Jira Version Parameter Definition as a parameter(in 'this job is parameterized' section) I want to rewrite it to DSL Job, it is avaliable? If yes,...
Hi, before starting any work on my planned improvement, I would like to get some feedback here, if it is likely going to be merged. I have the requirement to...
It would be great to have a step to create JIRA issues in pipeline and - in other words - make the JiraCreateIssueNotifier pipeline compatible. --- Originally reported by allan_burdajewicz,...
As part of our build process, we would like to have the changelog(s) for a build posted to a JIRA, preferably one specified with a parameter (JIRA issue parameter). Perhaps...
This obviously won't apply to all SCMs. For instance, the following commit https://github.com/nuxeo/nuxeo-asset-browser/commit/12b8b204a43b1927798b3b6303a00634e650a49d will generate the following Jira comment: NXP-11029: fix reRender ids (atchertchian: 12b8b204a43b1927798b3b6303a00634e650a49d) It would be great to...
With issue JENKINS-10817 it is now possible to see (in added comment text) the result from the Jenkins build, e.g. "Result = SUCCESS". I suggest that we improve this so...
Simple freestyle job, has a string parameter (ISSUE) to specify the Jira issue, but unable to pick up the ${ISSUE} substitution in the Post Build Action: Jira: update relevant issues...