Hi All, I am working on project where I am using jenkins to transfer files to 5 different server. Hence I decided that to use publish over SSH plugin as build step. So I choosen to create build job with *Build a free-style software project. I added build step *to transfer file over SSH.
I did setup remote server details with public and private key. Somehow build is not transferring file to remote server. Can you please advise ? Here are the job details, Source files - /apps/BDT/PMML/Models.txt Remove prefix - /apps/BDT/PMML/ remote directory - /apps/BDT/p4dump Build log - build is successful but it is not transferring file to remote server. Started by user anonymous <http://10.17.192.96:8080/jenkins/user/null> [EnvInject] - Loading node environment variables. Building in workspace /home/webadm/.jenkins/jobs/Model_Build_Deploy_DEV/workspace FSSCM.checkout /apps/BDT/PMML to /home/webadm/.jenkins/jobs/Model_Build_Deploy_DEV/workspace FSSCM.clearWorkspace... New file: Models.txt New file: PMML_MappingFiles/Models.txt New file: PMML_MappingFiles/RiskMappings_General_Regression_Model.xml New file: PMML_MappingFiles/RiskMappings_Linear_Regression_Model.xml New file: PMML_MappingFiles/RiskMappings_NeuralNet_model.xml New file: PMML_MappingFiles/RiskMappings_SVM_model.xml New file: PMML_MappingFiles/RiskMappings_RPart_Model.xml New file: Models/score_card.xml New file: Models/iris_rpart.xml New file: Models/iris_lm.xml New file: Models/WUScorecard.xml New file: Models/audit-glm.xml New file: Models/iris_ksvm.xml New file: Models/iris_nnet.xml FSSCM.check completed in 13 milliseconds SSH: Connecting from host [WUWCW0ASRMP02] SSH: Connecting with configuration [[email protected]] ... SSH: Disconnecting configuration [[email protected]] ... SSH: Transferred 0 file(s) Build step 'Send files or execute commands over SSH' changed build result to SUCCESS Finished: SUCCESS -- 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]. For more options, visit https://groups.google.com/d/optout.
