- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
主题不言自明。我想为许多 Jenkins 作业添加构建后操作,而不是一个一个地配置。我添加了 Configuration Slicing
插件,但如果我没记错的话,它不会修改构建后的操作。有什么想法吗?
提前致谢
最佳答案
如果Configuration Slicing Plugin不满足您的要求,那么您应该回退到 SED。
来自 Jenkins Issues :
You will need to write a script that will loop through your Jenkins jobs and SED the value with a new one then use POST https://support.cloudbees.com/hc/en-us/articles/218353308-How-to-update-job-config-files-using-the-REST-API-and-cURL
Get current config
curl -X GET http://developer:developer@localhost:8080/job/test/config.xml -o mylocalconfig.xmlPost updated config
curl -X POST http://developer:developer@localhost:8080/job/test/config.xml --data-binary "@mymodifiedlocalconfig.xml"
对于 Pos-build 操作是 <publishers>...</publishers>
之间的标记在config.xml
关于jenkins - 如何在多个 Jenkins 作业中大量添加构建后操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41763168/
我是一名优秀的程序员,十分优秀!