- 博客(24)
- 收藏
- 关注
原创 Jenkins更改Parameterized Trigger Plugin以支持fail or abort结果
通常在Jenkins中,会使用 Build-timeout plugin
2014-07-21 15:45:09 2784
原创 Git: fatal: bad config file line 1 in .git/config
An error shows in the Jenkins' project console as:ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anywayhudson.plugins.git.GitException: Command "C:\Program Files
2014-07-18 17:36:50 10261
原创 GIT fix: stderr: error: bad signature fatal: index file corrupt
An error shows in the Jenkins job, as:hudson.plugins.git.GitException: Command "C:\Program Files (x86)\Git\cmd\git.exe fetch -t origin +refs/heads/master:refs/remotes/origin/master" returned statu
2014-07-18 17:35:31 5030 1
原创 VIM VI 命令快速记忆
https://beausanders.org/vi/vi%20Editor%20Quick%20Reference%20Chart%20v01.pdf
2014-07-17 17:06:48 2086
原创 git clone 时显示Filename too long的解决办法
在git bash中,运行下列命令: git config --global core.longpaths true
2014-07-10 15:39:35 42752
原创 Some best practices for the Git
Git best practices:Do read about gitAlways keep develop branch cleanAlways sync the develop branch (This can avoid lots of conflicts when try to dcommit to remote repository).Don’t write any code
2014-07-09 22:43:33 702
原创 Git and GitFlow's general workflow
Git general workflow:Get the latest code from the remote repositoryCreate a feature branch for the current taskDo small commit with high frequency in the feature branch。Some urgent task comings, s
2014-07-09 22:39:51 638
原创 C++ 对象模型 学习笔记(2)
如果一个类中没有定义何一个成员变量,其对象的sizeof也不为零,编译器会隐式的插入一个byte,使得该类的多个对象在内存中有各自独立的地址,以相互区分。每一个静态的数据成员只有一个实体,被放在程序的数据段中,每次程序对该静态成员的访问,都会被内部转换为对该唯一的extern对象的直接操作。非静态成员函数:改写函数的签名,插入this指针。对每一非静态数据成员的访问,改为经由thi
2014-07-09 22:13:27 565
原创 如何Debug Jenkins Plugins
Step 1, Go to the directory of the plugin project.Step 2, execute pluginsDebug.cmd:set MAVEN_OPTS=-Xdebug-Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=nmvn clean hpi:run Step
2014-07-08 16:58:01 1234
原创 Jenkins + Gerrit Trigger Plugin + Gerrit实现precommit和postcommit workflow
在网上已有多篇文章介绍
2014-07-08 15:06:30 3944 1
原创 Jenkins + Samba 实现多个相互依赖solution的智能编译(smart build)
在上篇中,介绍了per-commit的workflow的实现方式。在这篇中
2014-07-08 14:25:02 1368
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人