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

Cannot select CIFS publish in project configuration

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker

      In Jenkins configuration, I have two CIFS share

       

      When I try to configure the project, I cannot select a CIFS share, before I can.

          [JENKINS-48551] Cannot select CIFS publish in project configuration

          Michaël Gauthier created issue -

          Alex Earl added a comment -

          Did you upgrade something recently? You said before you can select the share, what changed in your environment if anything?

          Alex Earl added a comment - Did you upgrade something recently? You said before you can select the share, what changed in your environment if anything?

          Quinton Black added a comment -

          I am currently experiencing the same issue and it is indeed after an upgrade of Jenkins and several other plugins & java.

          // select.js:8 Uncaught TypeError: Cannot read property 'firstChild' of undefined
          at updateListBox (select.js:8)
          at select.js:79
          at h (hudson-behavior.js:1295)
          at refillOnChange (hudson-behavior.js:1310)
          at select.js:77
          at Array.forEach (<anonymous>)
          at behavior.js:111
          at Array.forEach (<anonymous>)
          at behavior.js:107
          at Array.forEach (<anonymous>)
          

          shows up in the console if that helps.

          Quinton Black added a comment - I am currently experiencing the same issue and it is indeed after an upgrade of Jenkins and several other plugins & java. // select.js:8 Uncaught TypeError: Cannot read property 'firstChild' of undefined at updateListBox (select.js:8) at select.js:79 at h (hudson-behavior.js:1295) at refillOnChange (hudson-behavior.js:1310) at select.js:77 at Array.forEach (<anonymous>) at behavior.js:111 at Array.forEach (<anonymous>) at behavior.js:107 at Array.forEach (<anonymous>) shows up in the console if that helps.

          Quinton Black added a comment -

          So for me If i uninstall the multiple scms plugin and the credentials plug in everything seems to work again. Although double check your builds have the correct CIFS as mine all changed. Could have been to a rename I did trouble shooting though.

          Quinton Black added a comment - So for me If i uninstall the multiple scms plugin and the credentials plug in everything seems to work again. Although double check your builds have the correct CIFS as mine all changed. Could have been to a rename I did trouble shooting though.
          Alex Earl made changes -
          Link New: This issue is duplicated by JENKINS-48633 [ JENKINS-48633 ]
          Alex Earl made changes -
          Component/s New: credentials-plugin [ 16523 ]

          Alex Earl added a comment -

          Is it both plugins required to be uninstalled, or just one of them? It would help narrow things down.

          Alex Earl added a comment - Is it both plugins required to be uninstalled, or just one of them? It would help narrow things down.

          Quinton Black added a comment -

          Well I reinstalled the credentials plug in and everything stopped working again which to me means its that one.

          I made a ticket before the holidays https://issues.jenkins-ci.org/browse/JENKINS-48633 that had a few more details. 

           

          Quinton Black added a comment - Well I reinstalled the credentials plug in and everything stopped working again which to me means its that one. I made a ticket before the holidays https://issues.jenkins-ci.org/browse/JENKINS-48633  that had a few more details.   

          Quinton Black added a comment -

          So fun piece of information that may help you mgr when I did the CIFS as a post build step it worked for me. 

          Quinton Black added a comment - So fun piece of information that may help you mgr when I did the CIFS as a post build step it worked for me. 

          Fabio Russo added a comment -

          The function "Send file to a windows share" does not work and reading jenkins system logs, I found this exception:

           
          jenkins.plugins.publish_over.BapPublisherException: Failed to find configuration named [] check the global configuration
          at jenkins.plugins.publish_over.BPInstanceConfig.getConfiguration(BPInstanceConfig.java:106)
          at jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:136)
          at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:126)
          at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
          at jenkins.plugins.publish_over_cifs.CifsBuilderPlugin.perform(CifsBuilderPlugin.java:61)
          at org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110)
          at org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154)
          at org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105)
          at org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder.perform(SingleConditionalBuilder.java:108)
          at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
          at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
          at hudson.model.Build$BuildExecution.build(Build.java:206)
          at hudson.model.Build$BuildExecution.doRun(Build.java:163)
          at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
          at hudson.model.Run.execute(Run.java:1727)
          at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
          at hudson.model.ResourceController.execute(ResourceController.java:97)
          at hudson.model.Executor.run(Executor.java:429)

          Fabio Russo added a comment - The function "Send file to a windows share" does not work and reading jenkins system logs, I found this exception:   jenkins.plugins.publish_over.BapPublisherException: Failed to find configuration named [] check the global configuration at jenkins.plugins.publish_over.BPInstanceConfig.getConfiguration(BPInstanceConfig.java:106) at jenkins.plugins.publish_over.BPInstanceConfig.perform(BPInstanceConfig.java:136) at jenkins.plugins.publish_over.BPPlugin.perform(BPPlugin.java:126) at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81) at jenkins.plugins.publish_over_cifs.CifsBuilderPlugin.perform(CifsBuilderPlugin.java:61) at org.jenkins_ci.plugins.run_condition.BuildStepRunner$2.run(BuildStepRunner.java:110) at org.jenkins_ci.plugins.run_condition.BuildStepRunner$Fail.conditionalRun(BuildStepRunner.java:154) at org.jenkins_ci.plugins.run_condition.BuildStepRunner.perform(BuildStepRunner.java:105) at org.jenkinsci.plugins.conditionalbuildstep.singlestep.SingleConditionalBuilder.perform(SingleConditionalBuilder.java:108) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504) at hudson.model.Run.execute(Run.java:1727) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)

            slide_o_mix Alex Earl
            mgr Michaël Gauthier
            Votes:
            7 Vote for this issue
            Watchers:
            14 Start watching this issue

              Created:
              Updated:
              Resolved: