-
Bug
-
Resolution: Fixed
-
Major
-
None
Update to Jenkins 2.102 caused problem with cifs-plugin.
The error is:
ERROR: Failed to find configuration named [] check the global configuration
When I open settings of a job the configuration looks empty and I cannot select share - the select is empty, field label also missing:
- duplicates
-
JENKINS-48551 Cannot select CIFS publish in project configuration
-
- Resolved
-
- is related to
-
JENKINS-49211 Build gets stuck on Publish Over CIFS
-
- Resolved
-
Here is the problematic part from config.xml from given job:
And the problem is caused by the empty tag <configName>. Workaround is to update content of this element with correct value from jenkins.plugins.publish_over_cifs.CifsPublisherPlugin.xml - from element /jenkins.plugins.publish_overcifs.CifsPublisherPlugin-Descriptor/hostConfigurations/jenkins.plugins.publish_over_cifs.CifsHostConfiguration/name .