进入jenkins的插件管理模块,下载Nunit插件。此步骤不做截图说明
从Git仓储拉取代码,需要先配置一个Git的凭证
其中分支,可以通过参数传入。
添加执行Windows batch command模块
"D:\jenkins\workspace\ocm\api\packages\NUnit.ConsoleRunner.3.11.1\tools\nunit3-console.exe" "./BAccurate.ImplementTests.dll" --result=a.xml
"api\packages\NUnit.ConsoleRunner.3.11.1\tools\nunit3-console.exe" "api\test\BAccurate.ImplementTests\bin\Debug\BAccurate.ImplementTests.dll" --result=nunit-bacc.xml
添加Publish NUint test result report模块