Jenkins使用API创建流工程
2021-06-06 02:04
阅读:287
标签:test name amp -o 使用 binary 多个 ken type 首先获取一个样例工程的config.xml 然后可以根据该config.xml创建多个工程 Jenkins使用API创建流工程 标签:test name amp -o 使用 binary 多个 ken type 原文地址:https://www.cnblogs.com/logo749/p/10793791.html
curl -X GET http://example.com/job/test/config.xml -u username:API_TOKEN -o mylocalconfig.xml
curl -s -XPOST ‘http://example.com/createItem?name=yourJobName‘ -u username:API_TOKEN --data-binary @mylocalconfig.xml -H "Content-Type:text/xml"
评论
亲,登录后才可以留言!