
Jenkins
scm002
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Jenkins Build User Vars Plugin
Variable Description BUILD_USER Full name (first name + last name) BUILD_USER_FIRST_NAME First name BUILD_USER_LAST_NAME Last name BUILD_USER_ID Jenkins user ID BUILD_USER_EMA...原创 2016-09-23 19:08:30 · 604 阅读 · 0 评论 -
How can I set Jenkins build description while triggering build via curl?
http://stackoverflow.com/questions/28503736/how-can-i-set-jenkins-build-description-while-triggering-build-via-curl You can always have a variable and pass the build description into the varia...原创 2016-11-14 22:34:57 · 319 阅读 · 0 评论 -
How to upgrade Jenkins on Mac OS X (daemon mode)
Jenkins, the continuous integration server, provides a nice package to run it on Mac OS X. It installs as a launch daemon and runs smoothly. But when a new version of Jenkins is available, there is n...原创 2016-11-20 15:57:53 · 117 阅读 · 0 评论 -
如何修改Jenkins默认的8080端口
1. vim /etc/init.d/jenkins, 修改 do_start 函数的 check_tcp_port 命令,端口号从 8080 换成 8081. 2. vim /etc/default/jenkins 文件,将端口 8080 改成 8081. 3. service jenkin restart 4. ps -def|grep java ...原创 2017-01-05 11:46:19 · 1188 阅读 · 0 评论