Hi, What is "commit files"? Do you mean something like "the files that were touched by the last commit" ?
If so, then it should be pretty easy to introduce a shell step for example that would call something along $ git diff-tree --no-commit-id --name-only -r bd61ad98 <http://stackoverflow.com/a/424142/345845> Then copy those files in a directory, and configure publish over ssh to push all the files of that dir. My 2 cents. Cheers 2015-12-16 21:46 GMT+01:00 Ismaila Baradji <[email protected]>: > Hi, > I am trying to configure my job to send only commit files. > I have tryed with run ssh and after publish over ssh but no one is not > working. > any idea? > > -- > 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/f1dbe378-8d59-40ff-985c-291a7f1af188%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/f1dbe378-8d59-40ff-985c-291a7f1af188%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Baptiste <Batmat> MATHUS - http://batmat.net Sauvez un arbre, Mangez un castor ! -- 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/CANWgJS46wuGUzKy-o9aqPTk3T2eHnKtnJbmTAQRaucoMdR4xoQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
