I am able to resolve theissue, we should not give absolute path but should use relative path so aftermaking changes in Source File path Source Files: lib/** it started working, Thanks for all your helprelated to logger -- Jhoom -----Original Message----- From: Victor Martinez <victormartinezru...@gmail.com> To: Pritesh Saharey <jhoomshar...@netscape.net> Cc: jenkinsci-users <jenkinsci-users@googlegroups.com> Sent: Wed, Dec 30, 2015 11:03 pm Subject: Re: CIFS plugin debug messages
I'm not sure now if the wildcards is supported, can you set the class instead? I believe if you type jenkins.plugins.publish_over. It should show the list of available classes. Cheer On 30 Dec 2015 18:25, "Pritesh Saharey" <jhoomshar...@netscape.net> wrote: Hi looks like I am doing something wrong here, I created new Log Recorder and configured as mentioned here https://wiki.jenkins-ci.org/display/JENKINS/Logging, but new log recorder is empty, this is what I configured: Name: Investigating CISF copy issue Loggers: jenkins.plugins.publish_over.* Log Level: All do I need to do something more? Thanks for your help Jhoom -----Original Message----- From: Victor Martinez <victormartinezru...@gmail.com> To: Jenkins Users <jenkinsci-users@googlegroups.com> Cc: jhoomsharabi <jhoomshar...@netscape.net> Sent: Wed, Dec 30, 2015 8:46 pm Subject: Re: CIFS plugin debug messages Hi, You can try to use the below logger setup in order to grab further details: - https://wiki.jenkins-ci.org/display/JENKINS/Logging CIFS plugin uses the below dependency: https://github.com/jenkinsci/publish-over-cifs-plugin/blob/master/pom.xml#L69-L73 So you can add the below loggers in your logging setup: - jenkins.plugins.publish_over.* You can see whether those classes have got any logger setup: https://github.com/jenkinsci/publish-over-plugin/blob/master/src/main/java/jenkins/plugins/publish_over I hope it helps Cheers On Wednesday, 30 December 2015 15:51:52 UTC+1, Pritesh Saharey wrote: Hi All, I am using “Publish over CIFS Plugin” 0.3v, I configured itas per documentation https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugineven Test Configuration gives me success messages , I am suing it under Postbuild step in job as “Send build artifact to a Windows share” copying is never successfullogs just shows: CIFS:Connecting from host [vl-pun-rie-bl47] CIFS:Connecting with configuration [WinRLM-17] ... CIFS:Disconnecting configuration [WinRLM-17] ... CIFS:Transferred 0 file(s) That’s all no debug or error message, this plugin is noteven generating proper logs to show what’s going wrong with my inputs.Attaching screen shot of my job configuration page can anyone let me know ifthere anyway I can debug where things are going wrong, for convenience myentries are like this: Source Files: ${WORKSPACE}/lib/**[Contains all required jar files] Remove prefix: ${WORKSPACE} Remote directory: lib [Subfolder under shared folder] I even tried with absolute source path of my artifacts, I amready to send my job config.xml file of this project which only contains CIFSentry Thanks, Jhoom -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANRA0vdiswcuhTJTh4R3v9vLyuDyLdRwTfmenE%3DKt0dyA9_c%2BA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/151f74907d9-d61-1206d%40webprd-m34.mail.aol.com. For more options, visit https://groups.google.com/d/optout.