Hello,
I am zipping Jenkins workspace and using that for deployment.But i want to take only incremental workspace backup.
i am clearing workspace before every build and in execute shell i am giving the command-
zip . $JOB_NAME.zip
it is zipping my job workspace.
But in next build i want only incremental workspace should be zipped, as it is taking time.
Is it possible?
Kindly suggest .
Thanks.