Our jenkins checks every 5 minutes if the SCM has changed and if yes, it starts a build with sonarqube, jacoco and finally a deployment on a tomcat over the internal network.
This works most of the times very good, sometimes I have to remove the old versions and restart tomcat.
What drives me almost mad is that it takes sooooooo long. I already observed that the ~140MB are completely uploaded but jenkins still waits for something. I adapted the values in the manager web.xml multipart config to 200MB each.
Any help or idea or question is very appreciated! Thanks a lot! Aurel