Jenkins auto deploy web project daily use error 1

The company’s project is automatically deployed with Jenkins + Maven + Tomcat. If it is used more times, an error message will be reported after the build is successful:

java.nio.file.FileSystemException: /var/lib/jenkins/workspace/gydl_sc/target/gydl.war -> /var/lib/jenkins/jobs/gydl_sc/modules/com.thinkgem.jeesite$gydl/builds/26/archive/com.thinkgem.jeesite/gydl/1.2.7/gydl-1.2.7.war: No space on the device
In this case, the server directory /var/lib/jenkins/jobs/gydl_sc/modules/com.thinkgem.jesite$gydl/builds/ is not enough space, just delete the files stored during previous deployments

Similar Posts: