Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-35998

No issue update if at least one issue does not exists

    XMLWordPrintable

Details

    Description

      If an issue does not exist in JIRA, all other issues in build will not get an update.
      JIRA issues won't be saved either!

      I am using Plugin-Version 2.2.1

      Build Log:

      Checking out Revision 7a9b0232458eea8717a61bbb90bf93d7d0d8f815 (refs/remotes/origin/v18.00/feature/IssueUpdate)
      Error updating JIRA issues. Saving issues for next build.
      java.lang.NullPointerException
      

      Jenkins-Log:

      Jun 16, 2016 9:00:39 AM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate
      Annotating JIRA id: 'PD-882099'
      Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraRestService getIssue
      jira rest client get issue error. cause: RestClientException{statusCode=Optional.of(404), errorCollections=[ErrorCollection{status=404, errors={}, errorMessages=[DER VORGANG EXISTIERT NICHT.]}]}
      Jun 16, 2016 9:00:39 AM WARNING hudson.plugins.jira.JiraChangeLogAnnotator annotate
      Error getting remote issue PD-882099
      com.google.common.cache.CacheLoader$InvalidCacheLoadException: CacheLoader returned null for key PD-882099.
      	at com.google.common.cache.LocalCache$Segment.getAndRecordStats(LocalCache.java:2383)
      	at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2351)
      	at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2313)
      	at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2228)
      	at com.google.common.cache.LocalCache.get(LocalCache.java:3965)
      	at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4764)
      	at hudson.plugins.jira.JiraSite.getIssue(JiraSite.java:424)
      	at hudson.plugins.jira.JiraChangeLogAnnotator.annotate(JiraChangeLogAnnotator.java:101)
      	at hudson.scm.ChangeLogSet$Entry.getMsgAnnotated(ChangeLogSet.java:252)
      	at sun.reflect.GeneratedMethodAccessor242.invoke(Unknown Source)
      

      Attachments

        Issue Links

          Activity

            People

              warden Radek Antoniuk
              hoppej Jan Hoppe
              Votes:
              2 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated: