I am using Jenkins..After specifying repository URL and credentials When i click build now, its building new build and store it as zip file in workspace.. When i change the repository url and giving invalid url, build fails. After this if i give correct repository url it deletes old builds.. I want to retain old builds even after altering the repository URL.. In build history it show all the build details but if i see the build location after specifying invalid url(save and build) and followed by valid url(save and build). it deletes all the builds and checks out the code.
I want to retain old builds even after altering the repository URL How to do this ?? any idea ?
Thanks.