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

Ignore shallow clones and report an error

XMLWordPrintable

      This is my pipeline step: 

      recordIssues enabledForFailure: true, ignoreFailedBuilds: false, failedTotalHigh: 1, failedTotalNormal: 1, tools: [flake8(pattern: 'flake8*.txt')]

      This report follows JENKINS-55273, which was a much bigger problem because it prevented the recordIssues step from completing and failed the build unless "blameDisabled: true" was added to the step.

      It looks like the JGit library can't find some git objects, though it's not obvious to me why that's the case. The code was checked out by the Jenkins git plugin using standard git commands.

      Versions:

      • Git client 2.7.4
      • Git plugin 3.9.1
      • Git 2.5

            drulli Ulli Hafner
            jrogers Jonathan Rogers
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: