I am working on a grails application and regularly patch hotfixes on a remote server. I am using jenkins with the Grails plugin for automation.
My point is this:
In most cases, I fix several classes without major changes to the application (such as a new database schema, new plugins ....). However, every time I create a patch, I have to load the ssh trough with a 75 mm military file, which takes 15 to 20 minutes. Most data are not required (i.e. all packaged jars). It will be enough to load only fresh compiled classes from WEB-INF/classes/ and reload the servlet container (in my case, the pier).
Has anyone experienced this, preferably with the Jenkins?
source share