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 it as per 
> documentation 
> https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugin even 
> Test Configuration gives me success messages , I am suing it under Post 
> build step in job as “Send build artifact to a Windows share” copying is 
> never successful logs 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 not even 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 if there anyway I 
> can debug where things are going wrong, for convenience my entries 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 am ready to send 
> my job config.xml file of this project which only contains CIFS entry 
>  
>  
> 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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c5f1c9ea-0698-410c-be48-3172ef19e5b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to