gpt4 book ai didi

jenkins - 如何在多个 Jenkins 作业中大量添加构建后操作

转载 作者:行者123 更新时间:2023-12-04 17:54:12 25 4
gpt4 key购买 nike

主题不言自明。我想为许多 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

  1. Get current config
    curl -X GET http://developer:developer@localhost:8080/job/test/config.xml -o mylocalconfig.xml

  2. Post 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/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com