jenkins发布application且并运行

Posted Sam先生的博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jenkins发布application且并运行相关的知识,希望对你有一定的参考价值。

一、发布配置

  • 差异配置:编译内容
    • 编译目标NetWorkClient/KJ90NetClient.csproj
    • 编译命令
    /t:build
    /p:Configuration=Release  /p:OutputPath=../UploadRelease
    

技术图片

  • 运行外部程序
    技术图片

二、配置jenkins启动外部程序不报错

  • 通过参数配置
key: BUILD_ID
value: dontKillMe

技术图片

  • 设置全局变量配置
    Go to Jenkins-->Manage Jenkins-->Configure System Now under ‘Global properties‘ section, under Environment variables, click on ADD button to add new Environment variable. Give Name= BUILD_ID and value=‘allow_to_run_as_daemon start_my_service‘ (without quote). Click on save button. And you are done.
    技术图片



以上是关于jenkins发布application且并运行的主要内容,如果未能解决你的问题,请参考以下文章

如何在 jenkins 上运行 ios 模拟器进行 ui 自动化测试

使用 jenkins 的空运行复选框执行 Maven 发布

从带有参数的python脚本执行python文件jenkins]

Requests 方法 -- post请求操作实践

Application windows are expected to have a root view controller at the end of application launch(示例代

Asp.NET Core 在IIS部署 An assembly specified in the application dependencies manifest was not found(示例代