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,4 @@
#!/bin/bash
./end.sh
nohup dotnet Yi.Furion.Web.Entry.dll > /dev/null 2>&1 &
echo "Yi-启动成功!"