We have html/angular project on Git and is deployed to the web server using the Jenkins.
The web server is behind Akamai CDN cache and the web contents are cached and served. I need to clear the cache of the updated files after the build completed.
I can clear the complete cache but that will take significant time. If I have the modified file list from the last successful build I can construct the URL and clear the cache for it.
Any help is appropriated