We had a job to poll and fetch updates from a remote git repo. Recently we 
have a mirror repo set locally.
But the locally set repo lags behind the remote one by an hour or so.

So the idea was to re-configure the jenkins job in such a way that:

1) it clones from the locally set repo first ( if the workspace is deleted 
and needs to be re-created)
2) and then pull only the recent changes from the remote job on top of it

This is to help save time spent in cloning everything from remote repos.

Please suggest how to achieve this using a jekins job configuration.

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c6226af0-a8eb-42f5-8357-24cf871f6f31%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to