That's an odd mode, I don't think Jenkins would support this.

I'm guessing that the problem is that svn isn't running on the machine you want 
the files on.  I'm in a unix shop, so I can handle this with a command called 
rsync.  The rsync algorithm automagically figures out what changed and only 
transfers that.

If that's not an option, make a job based on svn that gets a list of files 
younger than a certain time (such as the last time it was run), archive those 
files, and use the FTP publisher plugin.

Of course, this is all off the top of my head, so don't bet the company on this 
without doing some serious testing.  I've found from hard experience that 
pushing out deltas rather than replacing the whole tree is dangerous.  Sure, it 
can handle changes to individual files, but what about new files, files that 
have been deleted from the source tree, or (my un-favorite) renamed files?

--Rob

-----Original Message-----
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Roy
Sent: Tuesday, June 12, 2012 2:31 PM
To: Jenkins Users
Subject: Re: Send over ftp only changed scm files

I have jenkins installed in a server and create a job that every commit in svn 
I want to send changed files over ftp, Maybe what i need is some plugin that 
copy svn changed files to a temp dir after that I can send this files over ftp.
Now can you understand?

Thank you
Roy

On Jun 12, 3:16 pm, "Brian J. Murrell" <br...@interlinx.bc.ca> wrote:
> On 12-06-12 02:10 PM, Roy wrote:
>
> > There are some way to do that?
>
> > I'm trying to do find some plugin or solution since yesterday.
> > Can someone help me?
>
> I don't know about anyone else but I don't think I really understand 
> what it is you want.
>
> b.
>
>  signature.asc
> < 1KViewDownload

The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.

Reply via email to