I'm using the "Clean after checkout" option a lot with my Gerrit verification 
Maven jobs.
I also have these jobs use a local repository, sitting in the job's workspace.

Because of the "Clean after checkout" option set, the job's local repository 
gets wiped and
the subsequent build has to time-consumingly repopulate it with lots of 
artifacts.

I'd like to speed this up.

Ideally, I'd like to exclude certain directories/files from being removed when using the 
"Clean after checkout" option is set.
Sort of: "exclude=$WORKSPACE/.repository"

In addition to an exclude option for "Clean after checkout",
I would like to have an include option, where I would then specify
certain hierarchies within the private local repository to be cleaned,
like "include=$WORKSPACE/.repository/org/myorg/".

-Max

--
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/groups/opt_out.

Reply via email to