最近由于我们的测试和生产环境jenkins频频发生错误,索性尝试了一把在阿里云上做jenkins迁移
在阿里云jenkins安装模式是用tomcat安装部署的
[rootk8s-master local]# ls
aegis bin cloudmonitor etc games go ilogtail include lib lib64 libexec sbin…
##死锁代码
public class LockSupportThreadTest {public static void main(String[] args) {LockSupportThreadTest threadTest new LockSupportThreadTest();Thread yym_user_thread2 new Thread() {public void run() {LockSupport.park();System.out.println("yym_…