I'm sorta reading between the lines here - but first order of business might be to make sure the files you're planning on editing (programattically) exist in some "resources" location in your source tree then the build should process them into their final destination.
If this is a non-standard build, you could also check them out, alter them then when the next build triggers, remove the workspace prior to building (also contingent on the AMOUNT of files you have). Are you actually building these things? What does this job actually do? On Wednesday, April 25, 2012 3:48:40 PM UTC-4, b_alves wrote: > > Hi there. > > I have instaled Jenkins on red hat. > > I have one job that is chekingout to jenkins workspace. Then I'm > perrforming rsync -aC . desteni_folder so I can build/modify the > files. The destination_folder is howned by another user that not > jenkins. > > I receive:rsync: ERROR: cannot stat destination "destination_folder": > Permission denied (13) > > Can someone help me pls ? > > Thanks