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

stderr: error: external filter 'git-lfs filter-process --skip' failed

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • git-plugin
    • None
    • Jenkins blueocean docker

      Hello,

      I'm working with Jenkins docker in docker and git plugin. My private repository have git lfs and i set the below config:

       

      GIT_LFS_SKIP_SMUDGE=1
      git config filter.lfs.process = "git-lfs filter-process --skip"
      git config filter.lfs.smudge = "git-lfs smudge --skip"

      then i get the next error:

       

      hudson.plugins.git.GitException: Command "git checkout -f 4e1a685bf99f14fbdcfc24040093c476e75d593e" returned status code 128:
      stdout: 
      stderr: error: external filter 'git-lfs filter-process --skip' failed
      error: git-lfs filter-process --skip died of signal 15
      fatal: mpi/rsrc/test_videos/_video1.avi: smudge filter lfs failed

      Why this is happened? I appreciate any help!

      Thanks!

            markewaite Mark Waite
            arturox_x Arturo Arenas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: