摘要:
You have to get meta information of cobertura.jar with command "unzip -q -c cobertura.jar META-INF/MANIFEST.MF". It's too long to write so we gonna create a shortcut "getmeta" for this command. Then w... 阅读全文
摘要:
aliasalias is command-line counterpart of hotstring of AutoHotkey, for example:alias vboat='vi ~/docs/erlang/boat.erl'alias toerl='cd ~/docs/erlang'If hope for later use, save them in ~/.bash_aliases(... 阅读全文
摘要:
Sometimes we need to send some excerpts from Jenkins console output (job logs) as email, such as test results, etc.Email-ext plugin of Jenkins can do this job. Add "${BUILD_LOG_EXCERPT, start="...", e... 阅读全文
摘要:
Jenkins中的项目在下载源代码时,如果Working Directory中存在未加入版本控制的文件或者目录已经存在于SVN库中,会导致更新失败,整个构建终止,解决方法是将SVN的检出策略由"Use 'svn upate' as much as possible"改为"Emulate clean checkout by first deleting unversioned/ignored fil... 阅读全文