标签:test name amp -o 使用 binary 多个 ken type
首先获取一个样例工程的config.xml
curl -X GET http://example.com/job/test/config.xml -u username:API_TOKEN -o mylocalconfig.xml
然后可以根据该config.xml创建多个工程
curl -s -XPOST ‘http://example.com/createItem?name=yourJobName‘ -u username:API_TOKEN --data-binary @mylocalconfig.xml -H "Content-Type:text/xml"
标签:test name amp -o 使用 binary 多个 ken type
原文地址:https://www.cnblogs.com/logo749/p/10793791.html