jenkins
yolanda_csdn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
maven开发环境的配置
在~\apache-maven-3.2.3\conf\settings.xml中配置jenkins库依赖 <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with th原创 2015-03-30 16:22:12 · 372 阅读 · 0 评论 -
jenkins 启动slave
通过 Launch slave agent headlessly 方法来启动slave(执行路径里面需要有slave.jar文件),在slave agent(或master agent)里面执行: java -jar slave.jar -jnlpUrl http://yourserver:port/computer/slave-name/slave-agent.jnlp 但是在对j原创 2015-03-31 15:09:29 · 436 阅读 · 0 评论
分享