一、發佈配置差異配置:編譯內容編譯目標NetWorkClient/KJ90NetClient.csproj編譯命令/t:build/p:Configuration=Release /p:OutputPath=../UploadRelease運行外部程式二、配置jenkins啟動外部程式不報錯通過參數... ...
一、發佈配置
- 差異配置:編譯內容
- 編譯目標
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.