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

Publish Over CIFS v0.6 fail to put file on a Windows 2012 share

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Blocker Blocker
    • cifs-plugin
    • None
    • debian 9.3
      openjdk version "1.8.0_151"
      Jenkins 2.89.3

      Publish Over CIFS plugin v0.6 can create a folder but fails to put a file in a windows share (Windows server 2012)

      Downgrading plugin to v0.5 solved the issue.

      This is my pipeline step:

            cifsPublisher alwaysPublishFromMaster: false, continueOnError: false, failOnError: false, publishers: [[
              configName: 'CONFIG', transfers: [[
                cleanRemote: false, 
                excludes: '', 
                flatten: false, 
                makeEmptyDirs: false, 
                noDefaultExcludes: false, 
                patternSeparator: '[, ]+', 
                remoteDirectory: "jenkins-job_" + '$JOB_NAME' + '$BUILD_NUMBER', 
                remoteDirectorySDF: false, 
                removePrefix: 'build/libs', 
                sourceFiles: 'build/libs/my.ear']], 
              usePromotionTimestamp: false, 
              useWorkspaceInPromotion: false, 
              verbose: true
            ]]
      

            slide_o_mix Alex Earl
            sgargel sgargel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: