chore: 添加jenkins构建脚本

This commit is contained in:
橙子
2023-10-05 15:26:33 +08:00
parent c1c0774572
commit c4236937b7
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
kill $(ps -aux | grep Yi.Furion.Web.Entry.dll | awk '{print $2}')
echo "Yi-进程已关闭"