博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
config.xml of Jenkins
阅读量:6566 次
发布时间:2019-06-24

本文共 1421 字,大约阅读时间需要 4 分钟。

hot3.png

Jenkins 有两类config.xml:

在Jenkins home之下的config.xml是Jenkins server的配置文件。

另外在每个job或project自己的目录下,还有一个config.xml。它包含了是这个job的配置信息。

The Jenkins home directory contains all the details of your Jenkins server configuration, details that you configure in the Manage Jenkins screen.

A user appearing in this list cannot necessarily log on to Jenkins.

SCM user

(People who make changes to code in a source code repository that Jenkins is monitoring)

It is a good idea for developers to use their SCM username here: in

this case, Jenkins will be able to work out what users contributed to the SCM changes
that triggered a particular build.

Post-build Actions 对应了 config.xml中的 <publishers>

builder 就对应build

Source Code Management  <scm class="hudson.scm.SubversionSCM">

 Trigger<triggers class="vector">

portfolio controller builder-maven , publishers:ant merge.results

portfolio package:builder-ant  target:portfolio.packaging。 publishers没有。

每个job下面都有一个workspace,里面有hudson_migration需要的所有ant脚本。

同时 workspace/trunk下 对于一个项目有两个文件:

portfolio

portfolio_pom.xml

https://sami.cdt.int.thomsonreuters.com/svn/searchandnavigation_searchandnavigation/Development/CP1.5/trunk/SourceCode/Controller/portfolio

Indeed, Continuous Delivery can be viewed as Continuous Deployment

with the final step (deployment into production) being a manual one dictated by
the business rather than the development team.

转载于:https://my.oschina.net/xxjbs001/blog/361887

你可能感兴趣的文章
swoole 安装和简单实用
查看>>
文件系统 第八次迭代 VFS相关说明
查看>>
速读《构建之法:现代软件工程》提问
查看>>
SpringCloud注册中心环境搭建euraka
查看>>
ElasticSearch 安装使用
查看>>
React性能分析利器来了,妈妈再也不用担心我的React应用慢了(转)
查看>>
信息安全管理(1):组织的三个层面
查看>>
HDU4462(子集枚举)
查看>>
原生JS实现圆周运动
查看>>
文件的读写
查看>>
前端面试通关指南
查看>>
制作首页的显示列表。
查看>>
同样加班 不同收获
查看>>
在不同域中各个系统拥有自已独立的用户系统时的单点登录问题
查看>>
六分钟学会创建Oracle表空间的步骤
查看>>
数据公钥加密和认证中的私钥公钥
查看>>
boost.asio包装类st_asio_wrapper开发教程(2014.5.23更新)(一)-----转
查看>>
c语言中的位移位操作
查看>>
object-c语言的nonatomic,assign,copy,retain的区别
查看>>
Ubuntu12.04版本安装arm-linux-gcc 4.3.3
查看>>