随笔分类 - Jenkins
摘要:https://novemberfive.co/blog/windows-jenkins-cake-tutorial/ Where we started, or: why Cake took the cake Before we started using Cake to build our Win
阅读全文
摘要:Analyzing with SonarQube Scanner for MSBuild Global Configuration This step is mandatory if you want to trigger any of your analyses with the SonarQub
阅读全文
摘要:https://wiki.jenkins.io/display/JENKINS/Email-ext+plugin General This plugin extends Jenkins built in email notification functionality by giving you m
阅读全文
摘要:Warning: Unable to update auto-refresh reference Hi all, I finally tracked down the final answer for my problem and will post here for any who experie
阅读全文
摘要:https://www.swtestacademy.com/jenkins-dotnet-integration/ 8) Unit Tests and Test Coverage Settings Download and extract OpenCover under “C:\Tools” fol
阅读全文
摘要:1.fetch the source code2.compile controls project3.copy files under bin folder of controls to bin folder of cms (by xcopy)4.copy roslyn folder and fil
阅读全文
摘要:安装以下的工具,并在Jenkins中的Manage Jenkins-->Configure System-->Global Properties-->Environment Variables 1.OpenCover https://github.com/OpenCover/opencover 安装
阅读全文
摘要:https://github.com/nunit/docs/wiki/Console-Command-Line The console interface runner is invoked by a command in the form where inputfiles is one or mo
阅读全文
摘要:1.project name 这个作为git clone的target folder 2.Multiple SCMs 建立2个git类型的操作,相互独立。 additional Behaviors 设置为checkout to a sub directory 这样的话,一个project可以拿到2个
阅读全文
摘要:1.强制所有用户查看系统的时候,都显示英文 https://stackoverflow.com/questions/12350707/jenkins-in-windows-shows-ui-in-russian-language 首先安装一个叫做 locale 的插件,然后打开系统配置 2.在一个项
阅读全文